dbaascli pdb info

The pdb info subcommand of the dbaascli utility displays more detailed information about a pluggable database (PDB) in your Exadata Cloud at Customer environment.

Connect to a compute node as the oracle user and execute this command.

$ dbaascli pdb info --pdbname pdbname --dbname dbname [--detailed]

In the above command:

  • pdbname — specifies the name of the PDB for which you want to display information.

  • dbname — specifies the name of the container database that hosts the PDB.

The command displays information about the specified PDB, including attributes such as the CPU count and storage usage that is associated with the PDB. You can add the optional --detailed argument to display additional detailed information, including the list of compute nodes where the PDB is currently open in read-write mode.

This command is supported only for databases that are not in a Data Guard configuration and use Oracle Database version 12.2.0.1, or later.