Configuring OCI Authentication for Database Access to Recovery Service

Oracle recommends that you configure OCI API authentication for on-premises databases to access Recovery Service.

  1. In the OCI Console, add the API signing key and generate the configuration file for the API signing key. See Adding an API Signing Key for details.
  2. Store the API keys and the configuration file in a secure directory that is accessible to the Oracle user.
  3. Start up SQLcl.
    /opt/oracle/sqlcl/bin/sql /nolog
  4. Run the rcv CONFIGURE AUTHENTICATION command and specify the directory location containing API signing key and configuration file, as shown below.
    SQL> rcv configure authentication -method api_key -oci_config <API configuration file location>