Amazon books

Wednesday, April 25, 2012

Create and Start Oracle 11g R2 NoSQL Database


1-Download file kv-1.2.123.zip and unzip it to your windows folder

2-Install using the command below:
C:\Users\portugal\Downloads\kv-1.2.123\lib>"C:\Program Files (x86)\Java\jre6\bin\java.exe" -jar kvclient-1.2.123.jar
11gR2.1.2.123

3-Configure using command below:
C:\Users\portugal\Downloads\kv-1.2.123\lib>"C:\Program Files (x86)\Java\jre6\bin\java.exe" -jar kvstore-1.2.123.jar make
bootconfig -root c:\KVROOT -port 5000 -admin 5001 -host portugal-laptop -harange 5010,5020

4-Start using this command:

C:\Users\portugal\Downloads\kv-1.2.123\lib>"C:\Program Files (x86)\Java\jre6\bin\java.exe" -jar kvstore-1.2.123.jar star
t -root c:\KVROOT&

5-Access using http://hostname:5001

Best Regards,
Paulo Portugal

No comments:

Post a Comment