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.ora
andewallet.p12
: Auto-open SSO wallet and PKCS12 file. PKCS12 file is protected by the wallet password provided in the UI. -
keystore.jks
andtruststore.jks
: Java keystore and truststore files. They are 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
.
Note:
Wallet files, along with the Database user ID and password provide access to data in your Autonomous Database. Store wallet files in a secure location. Share wallet files only with authorized users. If wallet files are transmitted in a way that might be accessed by unauthorized users (for example, over public email), transmit the wallet password separately and securely.