Choose the best answer. Examine this configuration:
1 CDB1 is a container database running in ARCHIVELOG mode.
2 Multiple uncommitted transactions are running in CDB1 .
3Redo log groups 1 and 2 are INACTIVE.
4Redo log group 3 is the CURRENT group. All members of redo log group 3 are lost before it is archived.
Examine these possible steps:
1-SHUTDOWN ABORT
2-STARTUP NOMOUNT
3-STARTUP MOUNT
4-ALTER DATABASE MOUNT
5-RESTORE DATABASE
6-RECOVER DATABASE NOREDO
7-RECOVER DATABASE UNTIL AVAILABLE REDO
8-RESTORE ARCHIVELOG ALL
9-ALTER DATABASE OPEN
10-ALTER DATABASE OPEN RESETLOGS
Choose the minimum required steps in the correct order to recover the
Database.
A.正确答案B1,3,5, 6, 9
B.1,3,5, 7, 10
C.1,2, 5, 7,4, 10
D.1,3, 5, 6, 10
E.1,3,5, 6, 10 F.1,3,5,8, 6, 10