This page describes how to generate a wallet for an Autonomous Database in Google Cloud.
You can download your client credentials by generating a wallet. The wallet contains information for mTLS connections only. For TLS connections, you don't need to generate a wallet.
Generating a wallet for an APEX workload type database is not supported.
Generate a wallet for an Autonomous Database
To generate a wallet, do the following:
Console
-
Go to the Autonomous Databasepage.
-
Click the name of the Autonomous Database for which you want to generate the wallet.
-
On the Autonomous Database detailspage, select the Connectionstab.
-
In the Download client credentials (Wallet)section, click Download wallet.
-
In the Download your walletdialog, set a password for the wallet.
-
Click Download.
gcloud
Use the gcloud oracle-database autonomous-databases generate-wallet
command to generate the wallet.
gcloud oracle-database autonomous-databases generate-wallet DATABASE_NAME
\
--location= REGION_ID
\
--project= PROJECT_NAME
\
--password= PASSWORD
Replace the following:
- DATABASE_NAME : name of the database.
- REGION_ID : the region of your database.
- PROJECT_NAME : the name of your Google Cloud project.
- PASSWORD : a password for the wallet.
What's next
- Learn how to manage or delete an Autonomous Database.
- Configure Identity and Access Management roles for an instance.
- Use monitoring metrics to monitor your instances.

