1Z0-060 · Question #73
1Z0-060 Question #73: Real Exam Question with Answer & Explanation
The correct answer is A: ALTER PLUGGABLE DATABASE OPEN ALL ISSUED from the root. E:You can perform all ALTER PLUGGABLE DATABASE tasks by connecting to a PDB and running the corresponding ALTER DATABASE statement. This functionality is provided to maintain backward compatibility for applications that have been migrated to a CDB environment. AG:When you issue a
Question
Options
- AALTER PLUGGABLE DATABASE OPEN ALL ISSUED from the root
- BALTER PLUGGABLE DATABASE OPEN ALL ISSUED from a PDB
- CALTER PLUGGABLE DATABASE PDB OPEN issued from the seed
- DALTER DATABASE PDB OPEN issued from the root
- EALTER DATABASE OPEN issued from that PDB
- FALTER PLUGGABLE DATABASE PDB OPEN issued from another PDB
- GALTER PLUGGABLE DATABASE OPEN issued from that PDB
Explanation
E:You can perform all ALTER PLUGGABLE DATABASE tasks by connecting to a PDB and running the corresponding ALTER DATABASE statement. This functionality is provided to maintain backward compatibility for applications that have been migrated to a CDB environment. AG:When you issue an ALTER PLUGGABLE DATABASE OPEN statement, READ WRITE is the default unless a PDB being opened belongs to a CDB that is used as a physical standby database, in which case READ ONLY is the default. You can specify which PDBs to modify in the following ways: List one or more PDBs. Specify ALL to modify all of the PDBs. Specify ALL EXCEPT to modify all of the PDBs, except for the PDBs listed.
Community Discussion
No community discussion yet for this question.