Oracle 11gリリース1データベース上のDROP USERカスケードを実行し、OCPスキーマにOCA.EXAM_RESULTSテーブルをコピーするのを忘れたことにすぐ気づきました。 DROPユーザーの前に有効RECYCLE_BINが実行され、OCPのユーザーがFLASHBACK ANY TABLEシステム権限を付与されています。 OCPスキーマにOCA.EXAM_RESULTSテーブルの内容を回復するための最も簡単な方法は何ですか。
正解:C
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.