File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,24 +24,24 @@ Linux is supported, but I still dont have the automated commands feel free to pa
24241 ) Launch start.bat
25252 ) Execute kv_ping
26263 ) Execute kv_admin
27- 3.1) SHOW TOPOLOGY
27+ 1 . SHOW TOPOLOGY
28284 ) Execute kv_sql
29- 4.1) Create Database:
30- CREATE TABLE sequence(
29+ 1 . Create Database:
30+ * CREATE TABLE sequence(
3131 seqId INTEGER GENERATED ALWAYS AS IDENTITY (START WITH 1 INCREMENT BY 1),
3232 host STRING,
3333 numTest INTEGER,
3434 PRIMARY KEY (seqId)
3535 )
36- 4.2) Insert data:
37- INSERT INTO sequence (host, numTest) values('localhost',0)
38- INSERT INTO sequence (host, numTest) values('192.168.1.254',0)
36+ 2 . Insert data:
37+ * INSERT INTO sequence (host, numTest) values('localhost',0)
38+ * INSERT INTO sequence (host, numTest) values('192.168.1.254',0)
39395 ) Test by app
40- 5.1) Install Visual Studio Code Oracle NoSQL Extension
41- 5.2) Create a new connection
42- 5.3) Host:
40+ 1 . Install Visual Studio Code Oracle NoSQL Extension
41+ 2 . Create a new connection
42+ 3 . Host:
4343 http://localhost:8985
44- 5.4) Namespace must be empty
44+ 4 . Namespace must be empty
4545
4646
4747## Useful Links
You can’t perform that action at this time.
0 commit comments