1z0-062J Free Dumps Study Materials
Question 12: Oracle 11gリリース1データベース上のDROP
USERカスケードを実行し、OCPスキーマにOCA.EXAM_RESULTSテーブルをコピーする
のを忘れたことにすぐ気づきました。
DROPユーザーの前に有効RECYCLE_BINが実行され、OCPのユーザーがFLASHBACK ANY
TABLEシステム権限を付与されています。
OCPスキーマにOCA.EXAM_RESULTSテーブルの内容を回復するための最も簡単な方法は
何ですか。
A. FLASHBACK TABLE OCA.EXAM_RESULTS TO BEFORE DROP RENAME TO
OCP.EXAM_RESULTSを実行します。SYSTEMとして接続されています。
B. 伝統的なTablespace Point In Time Recoveryを使用してテーブルを回復します。
C. Automated Tablespace Point In Time Recoveryを使用してテーブルを回復します。
D. Database Point In Time Recoveryを使用してテーブルを回復します。
E. FLASHBACK TABLE OCA.EXAM_RESULTS TO BEFORE DROP RENAME TO
EXAM_RESULTSを実行します。OCPユーザーとして接続されています。
Correct Answer: C
Explanation
RMAN tablespace point-in-time recovery (TSPITR).
Recovery Manager (RMAN) TSPITR enables quick recovery of one or more tablespaces in a
database to an earlier time without affecting the rest of the tablespaces and objects in the
database.
Fully Automated (the default)
In this mode, RMAN manages the entire TSPITR process including the auxiliary instance.
You specify the tablespaces of the recovery set, an auxiliary destination, the target time, and
you allow RMAN to manage all other aspects of TSPITR.
The default mode is recommended unless you specifically need more control over the
location of recovery set files after TSPITR, auxiliary set files during TSPITR, channel settings
and parameters or some other aspect of your auxiliary instance.