Getting an OCI Database with PostgreSQL Database System's Details
View the details of an OCI Database with PostgreSQL database system.
- On the Database systems list page, select the database system that you want to work with. If you need help finding the list page or the database system, see Listing OCI Database with PostgreSQL Database Systems.
The database system's details page opens. It displays information about the database system. Some items on the page are read-only, and other items enable you to edit and update the database system's configuration. Access the various resources associated with the database system by selecting their links or tabs.
Actions
Following are available options for Actions on the upper right of the database system's details page.
- Stop / Start: Stop or start the database system.
- Restore: Restore the database system from a backup.
- Edit hardware configuration: Change the database system's shape or hardware configuration.
- Launch admin client: Open the Cloud Shell window.
- Reset administrator credentials: Reset the database system's administrator credentials.
- Enable Kerberos authentication: Enable the database system's Kerberos authentication. See Kerberos Authentication for OCI Database with PostgreSQL.
- Edit management policy: Edit the database system's management policy.
- Convert role to replica (for standalone database systems: Convert the (standalone) database system to warm standby.
- Move resource: Move the database system to another compartment.
- Terminate/Delete: Delete the database system.
Use the
oci psql db-system getcommand and required parameters to get details about a database system:oci psql db-system get --db-system-id <db-system_ocid> [OPTIONS]To get your database system's OCID, see Listing Database Systems.
For a complete list of parameters and values for CLI commands, see the CLI Command Reference.
Run the GetDbSystem operation to get details about a database system.