Skip to content

Commit 339ff1e

Browse files
committed
Update Getting-started-example.md
1 parent 3b2a84d commit 339ff1e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/Getting-started-example.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ Please make sure you have the 12.1.0.2 release in particular (and not just any 1
55

66
Obtain the patch from My Oracle Support (https://support.oracle.com). Select tab Patches & Updates. Search for patch number, 20885778 or access it directly at this URL: https://support.oracle.com/rs?type=patch&id=20885778. Make sure you follow all the installation steps specified in the README.txt file included with the patch, including the post-installation step.
77

8+
SODA requires the SODA_APP role to be granted to the user (i.e. schema name) that
9+
will be used to work with collections. The underlying tables used to store
10+
document collections will be stored in this schema. Pick or create a schema
11+
for this purpose, and then issue the following command (in sqlplus, for example):
12+
13+
grant SODA_APP to schemaName;
14+
815
This simple SODA Java program performs the following operations:
916

1017
* Creates a new collection

0 commit comments

Comments
 (0)