Which view should you query to see the current status of all PDBs in the CDB?
Trap 1: ALL_PDBS
This view does not exist.
Trap 2: V$PDBS
This view shows current instance-specific PDB info, but DBA_PDBS is standard for configuration.
Trap 3: CDB_PDBS
This view is not used for status.
- A
ALL_PDBS
Why wrong: This view does not exist.
- B
DBA_PDBS
DBA_PDBS lists all PDBs and their open states.
- C
V$PDBS
Why wrong: This view shows current instance-specific PDB info, but DBA_PDBS is standard for configuration.
- D
CDB_PDBS
Why wrong: This view is not used for status.