Skip to content

Instantly share code, notes, and snippets.

@recursivecodes
Created December 12, 2019 15:15
Show Gist options
  • Save recursivecodes/4a24cf25998d50f5a3b34cc53d3ae2d0 to your computer and use it in GitHub Desktop.
Save recursivecodes/4a24cf25998d50f5a3b34cc53d3ae2d0 to your computer and use it in GitHub Desktop.
download-wallet.sh
# list your Autonomous instances
oci db autonomous-database list
# find your instance in the list and get the OCID
# substitute the OCID below and run:
oci db autonomous-database generate-wallet \
--autonomous-database-id \
ocid1.autonomousdatabase.oc1.phx... \
--file /projects/connect-demo/wallet/wallet.zip \
--password Str0ngP@$$word
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment