Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Produce an user named collection and store in the user defined database. This operation will only create the collection if it doesn't already exist in the database.

...

Property NameProperty CodeRequiredDescription
Oracle Database URLFDORA_URLYesDatabase connection URL. For example,
  • jdbc:oracle:thin:@host_name:port@HOSTNAME:PORT:SID
  • jdbc:oracle:thin:@//HOSTNAME:PORT/SERVICENAME
SODA UsernameFDSODA_USERNAMEYesUsername for connecting to the databaseSODA enabled schema to manage SODA collections.
SODA PasswordFDSODA_PASSWORDYesPassword for connecting to the databaseSODA Username.
JDBC Driver PathFDJDBC_DRIVER_PATHYes

Location of JDBC driver file. For example,

/u01/app/oracle/product/12.1.0/dbhome_1/jdbc/lib/ojdbc6.jar

...