1Z0-083試験無料問題集「Oracle Database Administration II 認定」
Examine this output of an export from the current release of an Oracle multitenant database:
$ sqlplus system/oracle.
SQL> col name for a10
SQL> select name, open_mode from v$pdbs;
NAME OPEN_MODE
---------------------------------------
PDB$SEED READ ONLY
PDB1 READ WRITE PDB2 MOUNTED
SQL> exit
Next you execute: $ expdp system/oracle full=y
What is the outcome?
$ sqlplus system/oracle.
SQL> col name for a10
SQL> select name, open_mode from v$pdbs;
NAME OPEN_MODE
---------------------------------------
PDB$SEED READ ONLY
PDB1 READ WRITE PDB2 MOUNTED
SQL> exit
Next you execute: $ expdp system/oracle full=y
What is the outcome?
正解:C
解答を投票する
Examine this configuration:
33.CDB1is a container database running in ARCHIVELOGmode.
34.Multiple uncommitted transactions are running in CDB1.
35.Redo log groups 1 and 2 are INACTIVE.
36.Redo log group 3 is the CURRENTgroup.
All members of redo log group 3 are lost before it is archived.
Examine these possible steps:
37.SHUTDOWN ABORT
38.STARTUP NOMOUNT
39.STARTUP MOUNT
40.ALTER DATABASE MOUNT
41.RESTORE DATABSE
42.RECOVER DATABASE NOREDO
43.RECOVER DATABASE UNTIL AVAILABLE
44.RESTORE ARCHIVELOG ALL
45.ALTER DATABSE OPEN
46. ALTER DATABASE OPEB RESETLOGS
Choose the minimum required steps in the correct order to recover the database.
33.CDB1is a container database running in ARCHIVELOGmode.
34.Multiple uncommitted transactions are running in CDB1.
35.Redo log groups 1 and 2 are INACTIVE.
36.Redo log group 3 is the CURRENTgroup.
All members of redo log group 3 are lost before it is archived.
Examine these possible steps:
37.SHUTDOWN ABORT
38.STARTUP NOMOUNT
39.STARTUP MOUNT
40.ALTER DATABASE MOUNT
41.RESTORE DATABSE
42.RECOVER DATABASE NOREDO
43.RECOVER DATABASE UNTIL AVAILABLE
44.RESTORE ARCHIVELOG ALL
45.ALTER DATABSE OPEN
46. ALTER DATABASE OPEB RESETLOGS
Choose the minimum required steps in the correct order to recover the database.
正解:B
解答を投票する