单项选择题
You are performing an incomplete recovery because a tablespace is dropped and purged from the Recycle Bin. In which mode will you execute the following code?()
RMAN>RUN {
SET UNTIL SEQUENCE
RESTORE DATABASE;
RECOVER DATABASE;
}
A. NOMOUNT
B. MOUNT
C. OPEN
D. RESTRICTED
相关考题
-
单项选择题
Your database is running in ARCHIVELOG mode. The SCOTT.EMP table belongs to the DATA1 tablespace. The junior DBA erroneously runs a script that executes the following statement: SQL> DROP TABLE SCOTT.EMP PURGE; After one hour, you are performing the user managed incomplete recovery. Which datafiles will you restore from the last full backup?()
A. the datafiles associated with the SYSTEM tablespace
B. the datafiles associated to the DATA1 tablespace
C. the datafiles associated to the SYSTEM and DATA1 tablespaces
D. all the datafiles in the database -
单项选择题
YouaremaintainingyourdatabaseinOracle10g.OnTuesdayat8:00A.M.,whilestartingthedatabase,youdiscoverthatallthecontrolfilesaremissing.ThebackupofthefulldatabasewasperformedonSundayat6:00P.M.Whichtypeofrecoverywillyouperform?()
A. incomplete recovery
B. complete recovery
C. recovery using the Flashback Database feature
D. recovery using the export/import utility -
单项选择题
You have recovered your Oracle Database 10g by using the control file backup because all copies of the current control file have been lost due to a media failure. You open your database by using the following statement: SQL>ALTER DATABASE OPEN RESETLOGS; Which of the following options is true about using the RESETLOGS option?()
A. The log sequence is reset to 0.
B. All the online redo logs are deleted.
C. All the archived redo logs from a previous incarnation become useless.
D. The full database backup taken from a previous incarnation can be used in future.
E. Only the control file and online redo log files are updated with a new RESETLOGS SCN and time stamp.
