@@ -73,7 +73,7 @@ For example, to check the version of KVLite, use the `version` command:
73
73
74
74
``` shell
75
75
$ 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
77
77
```
78
78
79
79
To check the size of the storage shard:
@@ -98,13 +98,13 @@ $ docker run --rm -ti --link kvlite:store oracle/nosql:ce \
98
98
99
99
Pinging components of store kvstore based upon topology sequence # 14
100
100
10 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
102
102
Shard Status: healthy: 1 writable-degraded: 0 read-only: 0 offline: 0 total: 1
103
103
Admin Status: healthy
104
104
Zone [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
108
108
109
109
kv-> put kv -key /SomeKey -value SomeValue
110
110
Operation successful, record inserted.
@@ -120,19 +120,19 @@ $ docker run --rm -ti --link kvlite:store oracle/nosql:ce \
120
120
java -jar lib/sql.jar -helper-hosts store:5000 -store kvstore
121
121
122
122
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
136
136
137
137
sql-> exit
138
138
```
@@ -176,7 +176,7 @@ be made via the Oracle NoSQL Database Proxy on the `KV_PROXY_PORT`.
176
176
First, install the latest version of Oracle NoSQL on your remote host:
177
177
178
178
``` shell
179
- KV_VERSION=24.3 .9
179
+ KV_VERSION=24.4 .9
180
180
rm -rf kv-$KV_VERSION
181
181
DOWNLOAD_ROOT=http://download.oracle.com/otn-pub/otn_software/nosql-database
182
182
DOWNLOAD_FILE=" kv-ce-${KV_VERSION} .zip"
@@ -336,7 +336,7 @@ number used for the image tag:
336
336
337
337
338
338
``` 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 " .
340
340
```
341
341
342
342
## More information
@@ -359,9 +359,9 @@ Oracle provides no commercial support for the Oracle NoSQL Community Edition.
359
359
360
360
## Copyright
361
361
362
- Copyright (c) 2017, 2024 Oracle and/or its affiliates.
362
+ Copyright (c) 2017, 2025 Oracle and/or its affiliates.
363
363
364
364
[ NOSQL ] : http://www.oracle.com/technetwork/database/database-technologies/nosqldb/overview/index.html
365
365
[ 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
367
367
[ GraalVM-License ] : https://github.com/graalvm/container/blob/master/LICENSE.md
0 commit comments