Getting Custom Configuration Details

Get details about an OCI Database with PostgreSQL database system custom configuration.

    1. Open the navigation menu and click Databases. Under PostgreSQL, click Configurations.
    2. (Optional) In the List scope section, under Compartment, select a compartment.
    3. In the Filters section, under Type, select Custom.
    4. In the Configurations table, click the name of the configuration that you want to get more details about.
    5. Under Resources, click System variables (Read only) to view the system variables associated with the configuration.
    6. 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.
    7. 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.