单项选择题
Your database operates in ARCHIVELOG mode and usermanaged consistent backups are performed every Sunday night. On Tuesday, at 9:00 a.m. the current log sequence number was 369. Also, on Tuesday you lost the data file belonging to the SYSTEM tablespace and an archivelog file (sequence number 356) that contained redo entries between 8:00 a.m. and 8:30 a.m. With reference to this scenario, what would you do to recover the database?()
A.restore all the data files from last Sunday’s backup, and then perform a timebased recovery
B.restore all the data files from last Sunday’s backup, and then perform a cancelbased recovery
C.restore all the data files from last Sunday’s backup, and then perform a changebased recovery
D.restore only data files that belong to the SYSTEM tablespace from last Sunday’s backup, and then perform a complete recovery
相关考题
-
单项选择题
Your database operates in ARCHIVELOG mode. Usermanaged consistent backups are performed every Sunday night. On Tuesday, client A drops a table at 8:00 a.m. as follows: SQL> DROP TABLE cust_ord PURGE Table dropped. Client B executes a query at 9:00 a.m. on the same table as follows: SQL> SELECT * FROM cust_ord SELECT * FROM cust_ord * ERROR at line 1: ORA00942: table or view does not exist Client B needs the dropped table and reports the problem to you. With reference to this scenario, which action should you take?()
A.retrieve the table by using the flashback feature
B.restore all the data files from last Sunday’s backup, and then perform a timebased recovery
C.restore all the data files from last Sunday’s backup, and then perform a log sequence recovery
D.restore all the data files from last Sunday’s backup, and then perform a cancelbased recovery
E.restore from last Sunday’s backup only data files that belong to the tablespace in which the table was stored, and then perform a complete recovery -
多项选择题
You are connected to Recovery Manager (RMAN) without a recovery catalog. There is no copy of the control file available. You want to restore the control file from an autobackup. To retrieve the autobackup,you need the database ID (DBID). In which two sources would you find the DBID? ()
A.the trace file
B.the alert log file
C.an RMAN session log file
D.the server parameter file
E.the formatted name of a control file autobackup -
多项选择题
You used the following command in Recovery Manager (RMAN) as part of the recovery process: RESTORE CONTROLFILE FROM AUTOBACKUP How does RMAN find the control file autobackup?()
A.by using the trace file
B.by using the alert log file
C.by using the database ID
D.by using the server parameter file
E.by using the V$CONTROLFILE view
F.by using the autobackup format configuration setting
