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
URLFDORA_URLYesDatabase connection URL. For example,
  • jdbc:oracle:thin:@connection_Name:port:SID
  • jdbc:oracle:thin:@//HOSTNAME:PORT/SERVICENAME




UsernameFDSODA_USERNAMEYesUsername for connecting to the database.
PasswordFDSODA_PASSWORDYesPassword for connecting to the database.
URLFDORA_URLYesDatabase connection URL for connecting to the database. (ex: jdbc:. For example,
  • jdbc:oracle:thin:@connection_Name:port:SID
)
  • jdbc:oracle:thin:@//HOSTNAME:PORT/SERVICENAME
JDBC Driver PathFDJDBC_DRIVER_PATHYes

Location of JDBC driver file.

(ex:

For example,

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

)

Project Properties

Property NameProperty CodeRequiredDescription
Collection NameFDSODA_COLLECTION_NAMEYesThe name of the new collection to be created and stored in the database. Can define more than one collection to be added as a comma separated value. The input collection name will take precedence.

...