OCI Authentication Parameters

For security reasons, OCI authentication parameters are no longer configured in the Data Export Administration under the Driver Parameters applet.

  • fingerprint
  • key_file
  • region
  • tenancy
  • UserId

These values are now sourced from the file:<Siebel_Build>/ses/applicationcontainer_internal/webapps/ociconfig.properties under the [AUTH] section.

Property key Description Notes
user OCI user OCID (replaces userId) Required
fingerprint OCI API key fingerprint Required
tenancy OCI tenancy OCID Required
region OCI region identifier Required
key_file Absolute path to OCI private key file (.pem) Required; sensitive
compartmentid OCI compartment OCID Optional; may be left blank
Sample:
[AUTH]
user=<OCI_USER_OCID>
fingerprint=<OCI_FINGERPRINT>
tenancy=<OCI_TENANCY_OCID>
region=<OCI_REGION>
key_file=<ABSOLUTE_PATH_TO_PEM>
compartmentid=