Download Client Credentials
Oracle client credentials (wallet files) are downloaded from Autonomous Database by a service administrator. If you are not an Autonomous Database administrator, your administrator should provide you with the client credentials.
To download client credentials, do the following from Oracle Cloud Infrastructure console:
The zip file includes the following:
-
tnsnames.ora
andsqlnet.ora
: Network configuration files storing connect descriptors and SQL*Net client-side configuration. -
cwallet.sso
andewallet.p12
: Auto-open SSO wallet and PKCS12 file. PKCS12 file is protected by the wallet password provided on the OCI console. -
truststore.jks
: Java truststore file that is protected by the wallet password provided while downloading the wallet. -
ojdbc.properties
: Contains the wallet related connection property required for JDBC connection. This should be in the same path astnsnames.ora
. hostinfo.json
: Host information file with a list of IP addresses that are part of the cluster used by the Autonomous Database.
Parent topic: Connect to Autonomous Database