S
S
skippetr2017-04-04 16:39:55
linux
skippetr, 2017-04-04 16:39:55

How to get started with Oracle NoSql Database?

I want to experiment with NoSql database. I'm trying to create a database according to the instructions
https://docs.oracle.com/cd/E26161_02/html/AdminGui...
However, during step 1, an error occurs Exception in thread "main" java.lang.NoClassDefFoundError: com/sleepycat/ je/CacheMode
My team

java -jar /opt/sqldeveloper/sqldeveloper/lib/kvstore.jar makebootconfig -root /home/oracle/KVROOT \
                                                  -port 5050 \
                                                  -admin 5051 \
                                                  -host localhost \
                                                  -harange 5010,5020 \
                                                  -capacity 1 \
                                                  -num_cpus 1 \
                                                  -memory_mb 1000 \
                                                  -store-security none

I've googled and it feels like I'm the only one with this problem.
Can someone help me dive into the world of nouscule?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question