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() {
65
65
WALLET_PASSWORD=" $db_pwd "
66
66
umask 22
67
67
68
- # Create ATP- #21c always free
68
+ # Create ATP- #23ai always free
69
69
umask 177
70
70
echo ' {"adminPassword": "' " $DB_PASSWORD " ' "}' > temp_params
71
71
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"
73
73
rm temp_params
74
74
}
75
75
You can’t perform that action at this time.
0 commit comments