Skip to content

Commit a86ff2f

Browse files
authored
QA - updating versions (#178)
1 parent f45fa43 commit a86ff2f

File tree

4 files changed

+11
-10
lines changed

4 files changed

+11
-10
lines changed

demo-events/webinar/tv-streaming-service-queries/create-populate-tables/create-populate-tables.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Estimated Time: 15 minutes
1919
1. Execute the following in your Shell.
2020
```
2121
<copy>
22-
KV_VERSION=21.2.46
22+
KV_VERSION=23.3.32
2323
KVHOME=$HOME/kv-$KV_VERSION
2424
</copy>
2525
```
@@ -170,8 +170,8 @@ The java driver can be downloaded from [here](https://github.com/oracle/nosql-ja
170170
```
171171
<copy>
172172
cd ~/oracle-nosql-arrays
173-
curl -OL https://github.com/oracle/nosql-java-sdk/files/8482385/oracle-nosql-java-sdk-5.3.2.zip
174-
unzip oracle-nosql-java-sdk-5.3.2.zip
173+
curl -OL https://github.com/oracle/nosql-java-sdk/releases/download/v5.4.15/oracle-nosql-java-sdk-5.4.15.zip
174+
unzip oracle-nosql-java-sdk-5.4.15.zip
175175
</copy>
176176
```
177177

demo-events/webinar/tv-streaming-service-queries/explore-run-queries/explore-run-queries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Execute the following in your Shell. You are invoking the sql command line to ex
1818

1919
```
2020
<copy>
21-
KV_VERSION=21.2.46
21+
KV_VERSION=23.3.32
2222
KVHOME=$HOME/kv-$KV_VERSION
2323
2424
cd ~/oracle-nosql-arrays

demo-events/webinar/tv-streaming-service-queries/setup-environment/setup-environment.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,14 @@ In this lab you will be using the 20.3.19 version of the Community Edition of Or
2828
NoSQL Database. You download the file and unzip and extract the contents.
2929
````
3030
<copy>
31-
KV_VERSION=21.2.46
31+
KV_VERSION=23.3.32
3232
rm -rf kv-$KV_VERSION
3333
DOWNLOAD_ROOT=http://download.oracle.com/otn-pub/otn_software/nosql-database
34-
DOWNLOAD_FILE="kv-ce-${KV_VERSION}.zip"
34+
DOWNLOAD_FILE="community-edition-${KV_VERSION}.zip"
3535
DOWNLOAD_LINK="${DOWNLOAD_ROOT}/${DOWNLOAD_FILE}"
3636
curl -OL $DOWNLOAD_LINK
3737
unzip $DOWNLOAD_FILE
38+
rm $DOWNLOAD_FILE
3839
KVHOME=$PWD/kv-$KV_VERSION
3940
</copy>
4041
````

examples-nosql-cluster-deployment/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -231,10 +231,10 @@ are available which you can use, however, we are providing Java examples.
231231
232232
````bash
233233
cd $HOME
234-
rm -rf oracle-nosql-java-sdk-5.4.14.zip oracle-nosql-java-sdk
235-
curl -L https://github.com/oracle/nosql-java-sdk/releases/download/v5.4.14/oracle-nosql-java-sdk-5.4.14.zip \
236-
-o oracle-nosql-java-sdk-5.4.14.zip
237-
unzip oracle-nosql-java-sdk-5.4.14.zip
234+
rm -rf oracle-nosql-java-sdk-5.4.15.zip oracle-nosql-java-sdk
235+
curl -L https://github.com/oracle/nosql-java-sdk/releases/download/v5.4.15/oracle-nosql-java-sdk-5.4.15.zip \
236+
-o oracle-nosql-java-sdk-5.4.15.zip
237+
unzip oracle-nosql-java-sdk-5.4.15.zip
238238
cd oracle-nosql-java-sdk/examples/
239239
javac -cp ../lib/nosqldriver.jar *.java
240240
cd $HOME

0 commit comments

Comments
 (0)