Skip to content

Commit 8e6b912

Browse files
authored
change to 23ai (#923)
1 parent 5d41395 commit 8e6b912

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

workshops/oracleAQ/setup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)