File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -65,11 +65,11 @@ create_db() {
6565 WALLET_PASSWORD=" $db_pwd "
6666 umask 22
6767
68- # Create ATP- #21c always free
68+ # Create ATP- #23ai always free
6969 umask 177
7070 echo ' {"adminPassword": "' " $DB_PASSWORD " ' "}' > temp_params
7171 umask 22
72- oci db autonomous-database create -c ${COMPARTMENT_OCID} --db-name ${DB_NAME} --display-name ${DB_NAME} --db-workload OLTP --is-free-tier true --cpu-core-count 1 --data-storage-size-in-tbs 1 --db-version " 21c " --wait-for-state AVAILABLE --wait-interval-seconds 5 --from-json " file://temp_params"
72+ oci db autonomous-database create -c ${COMPARTMENT_OCID} --db-name ${DB_NAME} --display-name ${DB_NAME} --db-workload OLTP --is-free-tier true --cpu-core-count 1 --data-storage-size-in-tbs 1 --db-version " 23ai " --wait-for-state AVAILABLE --wait-interval-seconds 5 --from-json " file://temp_params"
7373 rm temp_params
7474}
7575
You can’t perform that action at this time.
0 commit comments