Oracle
1Z0-497 · Question #64
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?
The correct answer is A. The instance is started. B. The CDB control files are opened for the instance. C. The root is mounted. E. The PDBs are mounted. See the full explanation below for the reasoning.
Question
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?
Options
- AThe instance is started.
- BThe CDB control files are opened for the instance.
- CThe root is mounted.
- DThe root is opened.
- EThe PDBs are mounted.
- FThe PDBs are mounted, and the seed is opened in READ ONLY mode.
- GThe PDBs are mounted, and opened in READ WRITE mode, while the seed is opened In READ
How the community answered
(27 responses)- A85% (23)
- D4% (1)
- F7% (2)
- G4% (1)
Community Discussion
No community discussion yet for this question.