Stay organized with collections
Save and categorize content based on your preferences.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-29 UTC."],[],[],null,["# Generate a wallet\n\nThis page describes how to generate a wallet for an Autonomous Database in\nGoogle Cloud.\n\nYou can download your client credentials by generating a wallet. The wallet\ncontains information for mTLS connections only. For TLS connections, you don't\nneed to generate a wallet.\n\nGenerating a wallet for an APEX workload type database is not supported.\n\nGenerate a wallet for an Autonomous Database\n--------------------------------------------\n\nTo generate a wallet, do the following: \n\n### Console\n\n1. Go to the **Autonomous Database** page.\n\n [Go to Autonomous Database](https://console.cloud.google.com/oracle/autonomous-databases/)\n2. Click the name of the Autonomous Database for which you want to generate\n the wallet.\n\n3. On the **Autonomous Database details** page, select the **Connections** tab.\n\n4. In the **Download client credentials (Wallet)** section, click\n **Download wallet**.\n\n5. In the **Download your wallet** dialog, set a password for the wallet.\n\n6. Click **Download**.\n\n### gcloud\n\nUse the `gcloud oracle-database autonomous-databases generate-wallet`\ncommand to generate the wallet. \n\n gcloud oracle-database autonomous-databases generate-wallet \u003cvar translate=\"no\"\u003eDATABASE_NAME\u003c/var\u003e \\\n --location=\u003cvar translate=\"no\"\u003eREGION_ID\u003c/var\u003e \\\n --project=\u003cvar translate=\"no\"\u003ePROJECT_NAME\u003c/var\u003e \\\n --password=\u003cvar translate=\"no\"\u003ePASSWORD\u003c/var\u003e\n\nReplace the following:\n\n- \u003cvar translate=\"no\"\u003eDATABASE_NAME\u003c/var\u003e: name of the database.\n- \u003cvar translate=\"no\"\u003eREGION_ID\u003c/var\u003e: the region of your database.\n- \u003cvar translate=\"no\"\u003ePROJECT_NAME\u003c/var\u003e: the name of your Google Cloud project.\n- \u003cvar translate=\"no\"\u003ePASSWORD\u003c/var\u003e: a password for the wallet.\n\nWhat's next\n-----------\n\n- Learn how to [manage](/oracle/database/docs/manage-databases) or [delete](/oracle/database/docs/delete-databases) an Autonomous Database.\n- Configure [Identity and Access Management roles](/oracle/database/docs/iam-roles) for an instance.\n- [Use monitoring metrics](/oracle/database/docs/monitoring-metrics) to monitor your instances."]]