Getting Protected Database Network Connection Details
Download the network service configuration details for a specified protected database.
Using the Console
- On the Protected databases list page, select the protected database that you want to work with. See Listing Protected Databases for detailed steps to access the list page.
- On the details page, select the Actions
menu from the top of the page, and then select Download
configuration.
By default, the file name is
dbrsconfig.zip
. You can rename the zip file with a name of your choice. - Unzip
dbrsconfig.zip
to extract the following files:dbrsnames.ora
- This file includes connect descriptors or network identification information required for the protected database client to connect with Recovery Service.certChainPem
- This file stores the trusted certificate (CA Bundle) specific to your region and tenancy.cabundle.txt
hosts.txt
Note:
Oracle recommends that you protect the downloaded configuration files to prevent unauthorized access to the protected database.Using the CLI
Use the oci recovery protected-database fetch-protected-database-configuration and required parameters to download the network connection details of a protected database.
See Autonomous Recovery Service CLI Command Reference for a complete list of parameters and values for CLI commands.
Using the API
Run the FetchProtectedDatabaseConfiguration API operation to download the network configuration details for a protected database.
Parent topic: Managing Protected Databases