1.
The DBA needs to create a table with key columns YEARMONTH and YEAR. This table needs to be partitioned by column YEARMONTH with three months per data partition. Additionally, data needs to be organized by column YEAR, so that all rows within any three month date range are clustered together based on 12 months of data. Which CREATE TABLE statement will accomplish this objective?
2.
A DBA would like to examine repartitioning options for a partitioned database named PRODDB. Which tool can be used to provide recommendations on re-partitioning?
3.
How can a DBA validate that an existing backup was compressed?
4.
If LOGSECOND=-1 then which of the following statements is true?
5.
Which conditions must be met to implement HADR?
6.
In order for HADR to start, which statement is true when setting the HADR_TIMEOUT database configuration value?
7.
The RECOVER command is used in an attempt to fix a damaged table space. What will the system do during the RECOVER process?
8.
Which command CANNOT be used to create the compression dictionary for a table?
9.
Given an HADR pair configured with HADR_PEER_WINDOW set to 300 seconds. If the standby server looses communication with the primary at 11:02:03 am, when can the following command be run so that the standby server will successfully be promoted to be a primary server? TAKEOVER HADR ON DB mydb BY FORCE PEER WINDOW ONLY
10.
Which command would be used to obtain the name of the first active log file for a database with log retain enabled?