Generate a wallet

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

  1. Go to the Autonomous Database page.

    Go to Autonomous Database

  2. Click the name of the Autonomous Database for which you want to generate the wallet.

  3. On the Autonomous Database details page, select the Connections tab.

  4. In the Download client credentials (Wallet) section, click Download wallet.

  5. In the Download your wallet dialog, set a password for the wallet.

  6. 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