Skip to content

Instantly share code, notes, and snippets.

@recursivecodes
Created August 10, 2020 14:49
Show Gist options
  • Save recursivecodes/250028ea3687c78c909c50c32abf6bbf to your computer and use it in GitHub Desktop.
Save recursivecodes/250028ea3687c78c909c50c32abf6bbf to your computer and use it in GitHub Desktop.
ajd-create.sh
$ export ATP=$(oci db autonomous-database create \
    --db-workload AJD \
    --compartment-id [YOUR COMPARTMENT OCID] \
    --admin-password Str0ngPassword_ \
    --cpu-core-count 1 \
    --data-storage-size-in-tbs 1 \
    --db-name testdb \
    --display-name testdb \
    --wait-for-state AVAILABLE)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment