Oracle Database 12c: Installation and Administration — Question 90

You executed a DROP USER CASCADE on an Oracle 11g release 1 database and immediately realized that you forgot to copy the OCA.EXAM_RESULTS table to the OCP schema.
The RECYCLE_BIN enabled before the DROP USER was executed and the OCP user has been granted the FLASHBACK ANY TABLE system privilege.
What is the quickest way to recover the contents of the OCA.EXAM_RESULTS table to the OCP schema?

Answer options

Correct answer: C

Explanation

The correct answer is C because Automated Tablespace Point In Time Recovery allows for the recovery of the table without needing to specifically access the table's data directly. Option A is incorrect as it requires SYSTEM privileges for renaming, while options B, D, and E involve methods that are either more complex or inappropriate given the situation.