what happens when these commands are executed?

Examine the commands:

SQL> CONNECT sys@CDBl AS SYSDBA
$QL>STARTUP MOUNT
SQL> ALTER DATABASE cdbl MOUNT;
Which four options represent what happens when these commands are executed?

Examine the commands:

SQL> CONNECT sys@CDBl AS SYSDBA
$QL>STARTUP MOUNT
SQL> ALTER DATABASE cdbl MOUNT;
Which four options represent what happens when these commands are executed?

A.
The instance is started.

B.
The CDB control files are opened for the instance.

C.
The root is mounted.

D.
The root is opened.

E.
The PDBs are mounted.

F.
The PDBs are mounted, and the seed is opened in READ ONLY mode.

G.
The PDBs are mounted, and opened in READ WRITE mode, while the seed is opened In
READ ONLY mode.



Leave a Reply 3

Your email address will not be published. Required fields are marked *


acujar

acujar

ABCE
SQL> show pdbs;

CON_ID CON_NAME OPEN MODE RESTRICTED
———- —————————— ———- ———-
2 PDB$SEED MOUNTED
3 PDB11 MOUNTED
4 PDB12 MOUNTED
5 PDB15 MOUNTED

Prateek

Prateek

Answer : ABCE

Correct Q :
Examine the commands:
SQL>CONNECT sys@CDB1 as SYSDBA
SQL>STARTUP NOMOUNT
SQL>ALTER DATABASE cdb1 MOUNT;

Which four options represent what happens when these commands are executed?

A. The instance is started
B. The CDB control files are opened for the instance
C. The root is mounted.
D. The root is opened.
E. The PDBs are mounted.
F. The PDBs are mounted, and the seed is opened in READ ONLY mode.
G. The PDBs are mounted, and opened in READ WRITE mode, while the seed is opened in READ ONLY mode.