Getting Custom Configuration Details
Get details about an OCI Database with PostgreSQL database system custom configuration.
- Open the navigation menu and click Databases. Under PostgreSQL, click Configurations.
- (Optional) In the List scope section, under Compartment, select a compartment.
- In the Filters section, under Type, select Custom.
- In the Configurations table, click the name of the configuration that you want to get more details about.
- Under Resources, click System variables (Read only) to view the system variables associated with the configuration.
- Under Resources, click System variables (Read only) to view the system variables associated with the configuration, or click 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.