@@ -73,7 +73,7 @@ For example, to check the version of KVLite, use the `version` command:
7373
7474``` shell
7575$ docker run --rm -ti --link kvlite:store oracle/nosql:ce java -Xmx64m -Xms64m -jar lib/kvstore.jar version
76- 24.3 .9 2024-09-26 18:01:32 UTC Build id: 0d82533c492e Edition: Community
76+ 24.4 .9 2024-11-21 17:06:06 UTC Build id: 95fa28ea4441 Edition: Community
7777```
7878
7979To check the size of the storage shard:
@@ -98,13 +98,13 @@ $ docker run --rm -ti --link kvlite:store oracle/nosql:ce \
9898
9999Pinging components of store kvstore based upon topology sequence # 14
10010010 partitions and 1 storage nodes
101- Time: 2024-12-04 11:50:35 UTC Version: 24.3 .9
101+ Time: 2025-03-17 09:05:10 UTC Version: 24.4 .9
102102Shard Status: healthy: 1 writable-degraded: 0 read-only: 0 offline: 0 total: 1
103103Admin Status: healthy
104104Zone [name= KVLite id= zn1 type= PRIMARY allowArbiters= false masterAffinity= false] RN Status: online: 1 read-only: 0 offline: 0
105- Storage Node [sn1] on kvlite: 5000 Zone: [name= KVLite id= zn1 type= PRIMARY allowArbiters= false masterAffinity= false] Status: RUNNING Ver: 24.3 .9 2024-09-26 18:01:32 UTC Build id: 0d82533c492e Edition: Community isMasterBalanced: true serviceStartTime: 2024-12-04 11:47:05 UTC
106- Admin [admin1] Status: RUNNING,MASTER serviceStartTime: 2024-12-04 11:47:08 UTC stateChangeTime: 2024-12-04 11:47:08 UTC availableStorageSize: 2 GB
107- Rep Node [rg1-rn1] Status: RUNNING,MASTER sequenceNumber: 470 haPort: 5011 availableStorageSize: 9 GB storageType: HD serviceStartTime: 2024-12-04 11:47:09 UTC stateChangeTime: 2024-12-04 11:47:09 UTC
105+ Storage Node [sn1] on kvlite: 5000 Zone: [name= KVLite id= zn1 type= PRIMARY allowArbiters= false masterAffinity= false] Status: RUNNING Ver: 24.4 .9 2024-11-21 17:06:06 UTC Build id: 95fa28ea4441 Edition: Community isMasterBalanced: true serviceStartTime: 2025-03-17 09:04:40 UTC
106+ Admin [admin1] Status: RUNNING,MASTER serviceStartTime: 2025-03-17 09:04:43 UTC stateChangeTime: 2025-03-17 09:04:43 UTC availableStorageSize: 2 GB
107+ Rep Node [rg1-rn1] Status: RUNNING,MASTER sequenceNumber: 86 haPort: 5011 availableStorageSize: 9 GB storageType: HD serviceStartTime: 2025-03-17 09:04:44 UTC stateChangeTime: 2025-03-17 09:04:45 UTC
108108
109109 kv-> put kv -key /SomeKey -value SomeValue
110110 Operation successful, record inserted.
@@ -120,19 +120,19 @@ $ docker run --rm -ti --link kvlite:store oracle/nosql:ce \
120120 java -jar lib/sql.jar -helper-hosts store:5000 -store kvstore
121121
122122 sql-> show tables
123- tables
124- SYS$IndexStatsLease
125- SYS$MRTableAgentStat
126- SYS$MRTableInfo
127- SYS$MRTableInitCheckpoint
128- SYS$PartitionStatsLease
129- SYS$SGAttributesTable
130- SYS$StreamRequest
131- SYS$StreamResponse
132- SYS$TableMetadata
133- SYS$TableStatsIndex
134- SYS$TableStatsPartition
135- SYS$TopologyHistory
123+ tables
124+ SYS$IndexStatsLease
125+ SYS$MRTableAgentStat
126+ SYS$MRTableInfo
127+ SYS$MRTableInitCheckpoint
128+ SYS$PartitionStatsLease
129+ SYS$SGAttributesTable
130+ SYS$StreamRequest
131+ SYS$StreamResponse
132+ SYS$TableMetadata
133+ SYS$TableStatsIndex
134+ SYS$TableStatsPartition
135+ SYS$TopologyHistory
136136
137137 sql-> exit
138138```
@@ -176,7 +176,7 @@ be made via the Oracle NoSQL Database Proxy on the `KV_PROXY_PORT`.
176176First, install the latest version of Oracle NoSQL on your remote host:
177177
178178``` shell
179- KV_VERSION=24.3 .9
179+ KV_VERSION=24.4 .9
180180rm -rf kv-$KV_VERSION
181181DOWNLOAD_ROOT=http://download.oracle.com/otn-pub/otn_software/nosql-database
182182DOWNLOAD_FILE=" kv-ce-${KV_VERSION} .zip"
@@ -336,7 +336,7 @@ number used for the image tag:
336336
337337
338338``` shell
339- KV_VERSION=24.3 .9 docker build --build-arg " $KV_VERSION " --tag " oracle/nosql-ce:$KV_VERSION " .
339+ KV_VERSION=24.4 .9 docker build --build-arg " $KV_VERSION " --tag " oracle/nosql-ce:$KV_VERSION " .
340340```
341341
342342## More information
@@ -359,9 +359,9 @@ Oracle provides no commercial support for the Oracle NoSQL Community Edition.
359359
360360## Copyright
361361
362- Copyright (c) 2017, 2024 Oracle and/or its affiliates.
362+ Copyright (c) 2017, 2025 Oracle and/or its affiliates.
363363
364364[ NOSQL ] : http://www.oracle.com/technetwork/database/database-technologies/nosqldb/overview/index.html
365365[ DOCS ] : https://docs.oracle.com/en/database/other-databases/nosql-database/index.html
366- [ Apache-2.0 ] : https://docs.oracle.com/en/database/other-databases/nosql-database/24.3 /license/apache-license.html
366+ [ Apache-2.0 ] : https://docs.oracle.com/en/database/other-databases/nosql-database/24.4 /license/apache-license.html
367367[ GraalVM-License ] : https://github.com/graalvm/container/blob/master/LICENSE.md
0 commit comments