Examine these two statements:
Which three are true about the MRKT tablespace? (Choose three.)
To complete the online redefinition procedure, you execute the following command:
EXECUTE DBMS_REDEFINITION.FINISH_REDEF_TABLE(‘SH’, ‘SALES’, ‘INT_SALES’, 600);
What is the significance of the dml_lock_timeout period of 600 seconds in the preceding command?
You use a recovery catalog for maintaining your database backups.
You execute the following command:
Which two statements are true? (Choose two.)
Examine this command:
SQL> exec DBMS_STATS.SET_TABLE_PREFS('SH', 'CUSTOMERS', 'PUBLISH', 'false');
Which three statements are true about the effect of this command? (Choose three.)
You notice that the elapsed time for an important database scheduler job is unacceptably long.
The job belongs to a scheduler job class and runs in a scheduler window.
Which two actions could reduce the job's elapsed time? (Choose two.)
Which three statements are true about Oracle Data Pump export and import operations? (Choose three.)
Which three features work together, to allow a SQL statement to have different cursors for the same statement based on different selectivity ranges? (Choose three.)
The current system change number (SCN) for a live database is 663571.
You decide to use the flashback table statement to flash back the customers table to SCN 662116.
After flashing back the customers table, you query It and decide to undo the effects of the flashback table command.
Which is the fastest way to do this?