Getting Custom Configuration Details
Get details about an OCI Database with PostgreSQL database system custom configuration, including its variables and extensions.
- On the Configurations list page, select the configuration that you want to work with. If you need help finding the list page or the configuration, see Listing Configurations.
- Under Configuration details, enabled extensions are listed next to PostgreSQL extensions.
- Under Resources, select System variables (Read only) to view the system variables associated with the configuration, or select User variables (Read/Write) to view the user variables.
- Use the search box to find a specific variable, or navigate to another page in the list.
Use the
oci psql configuration get
command and required parameters to get a configuration:oci psql configuration get --configuration-id <configuration_OCID> [OPTIONS]
For a complete list of parameters and values for CLI commands, see the CLI Command Reference.
Run the GetConfiguration operation to get details about a configuration.
For information about using the API and signing requests, see REST API documentation and Security Credentials. For information about SDKs, see SDKs and the CLI.