PDBs (Databases)
The PDBs tab presents a tabular view of all PDBs created within your database service. This tab is displayed only for database services which are deployed as CDB/PDB configurations (services that are selected as container databases during provisioning).
Each row details the individual PDBs within your database service. Each column provides following information:
Name - Displays the name of your PDB. The database names are unique within your database service.
Status - Displays the status of each PDB. The status of the PDBs can be:
Status
Description
READY
The database is up and running. The connections are allowed once it is in READY status.
DOWN
The database is down. No connections are allowed once it is in DOWN status.
STOPPED
The database is not running and it is completely shut down.
CREATING
Database creation is triggered and the process of creating is on.
DELETING
Database deletion is triggered and the process of deleting is on.
FAILED
Database starting failed due to some reason.
STOPPING
Database shutdown/stop is triggered and the process of stopping is on.
STARTING
Database start is triggered and the process of starting is on.
Created - Displays the date and time on which the PDB is created.
Connection Endpoint - Displays the host name for your PDB. To view the Service URL, Host, Port, and Username, click See Details below the host name of your instance.
To delete a database:
Click the ellipsis icon on the right-side to delete the database.
To add a database:
Click Add Database.
Specify a database name.
Database names must begin with alphabets and can contain only alphanumericals and the underscore.
Specify a master username and master password for your database. You can copy the username and password using the copy button.
Click Add.
As an alternative method, use the code to add a database.
Use the code from the bottom left corner and the code is available in different languages like Shell, Python, Go, Java, JavaScript, and PowerShell.
You can copy or download this code using respective buttons.
Use the Close button to return back to the main window.
Last updated
Was this helpful?