8.3.1.5 Step 4: Add Oracle Call Interface Parameters (Optional)

Under the same prefix, create key-value pairs with Oracle Call Interface configuration parameters.

This step is optional. With this configuration, you can override the Oracle Call Interface parameters configured in the oraaccess.xml file or omit configuring the file. The oraaccess.xml file is a client-side configuration file that lets you configure selected OCI parameters during deployment.
  1. On the Configuration explorer page of your Azure App Configuration store, click Create and select Key-value to add a key-value to your store.
    • Key: Add a key with the oci/oci parameter name suffix to your chosen prefix.

      Note:

      Ensure that you specify only the allowed Oracle Call Interface parameters, as listed in Oracle Call Interface Developer's Guide.
      For example, to specify the prefetch_rows parameter for the database/sales/ prefix, add a key as:
      database/sales/oci/prefetch_rows
      Similarly, to specify the <session_pool> inactivity_timeout parameter, add a key as:
      database/sales/oci/session_pool/inactivity_timeout
    • Value: Store a value for your key by specifying the required configuration parameter.

    As shown in the following image, the suffix oci/prefetch_rows in the database/sales/oci/prefetch_rows key is paired with the prefetch_rows value of 100: