nerdexam
Oracle

1Z0-062 · Question #57

You run a script that completes successfully using SQL*Plus that performs these actions: 1. Creates a multitenant container database (CDB) 2. Plugs in three pluggable databases (PDBs) 3. Shuts down th

The correct answer is B. The seed will be opened read-only. D. The other PDBs will be in mount state.. B: The seed is always read-only. D: Pluggable databases can be started and stopped using SQL*Plus commands or the ALTER PLUGGABLE DATABASE command.

Exploring the Oracle Database Architecture

Question

You run a script that completes successfully using SQL*Plus that performs these actions: 1. Creates a multitenant container database (CDB) 2. Plugs in three pluggable databases (PDBs) 3. Shuts down the CDB instance 4. Starts up the CDB instance using STARTUP OPEN READ WRITE Which two statements are true about the outcome after running the script?

Options

  • AThe seed will be in mount state.
  • BThe seed will be opened read-only.
  • CThe seed will be opened read/write.
  • DThe other PDBs will be in mount state.
  • EThe other PDBs will be opened read-only.
  • FThe PDBs will be opened read/write.

How the community answered

(23 responses)
  • A
    22% (5)
  • B
    61% (14)
  • C
    4% (1)
  • E
    9% (2)
  • F
    4% (1)

Explanation

B: The seed is always read-only. D: Pluggable databases can be started and stopped using SQL*Plus commands or the ALTER PLUGGABLE DATABASE command.

Topics

#CDB/PDB Lifecycle#Startup Modes#Multitenant Architecture

Community Discussion

No community discussion yet for this question.

Full 1Z0-062 Practice