0

I've created oci cli and terraform scripts to provision an autonomous database. Is there a way to download the wallet also with terraform / oci cli ? Or is this only possible via service console (web) ?

4

1 回答 1

0

After installing and configuring ocicli by following the doc, you can use the "oci db autonomous-database generate-wallet" command to download the wallet.

oci db autonomous-database generate-wallet --autonomous-database-id ocid1.autonomousdwdatabase.oc1.phx.abyhqljt7jdqblkyzwhwufqjcbfrvs3behzr4eusjkcjc5xjtftbv --file wallet.zip --password Welcome1!
于 2021-10-05T20:19:01.733 回答