What is the minimum authority required to execute the LOAD command?
A batch application updates a large number of rows within a single transaction. What is one way to help the application complete quickly?
Table TAB1 was created using the following statement: CREATE TABLE tab1 (c1 INT, c2 INT, c3 INT, c4 INT, c5 INT); If column C1 is unique and queries typically access columns C1, C2, C3 and C4 together, which statement(s) will create index(es) that will provide optimal query performance?
Given a database created as follows:

If each table (T1 and T2) has 50,000 rows, which of the following commands will ensure that the temporary table created by the select statement will fit entirely in the buffer pool, assuming that there is a primary key/foreign key relationship between column C1 in table T1, and column C1 in table T2?
How can you change an existing non-partitioned index for a partitioned table to a partitioned index?
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?
Which command would be used to obtain the name of the first active log file for a database with log retain enabled?
What are two authorities and/or privileges required for replaying SQL audit logs? (Choose two.)
A DBA has configured an Oracle data source in a federated database (that references a table named ORA1). How do you update the statistics for table ORA1 at the federated server?
What would indicate intra-partition parallelism in an Optimizer Plan?