createCollection
Produce a 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.
Target Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
Oracle Database URL |
| Yes | DatabaseĀ connectionĀ URL. For example,
|
SODA Username |
| Yes | SODA enabled schema to manage SODA collections. |
SODA Password |
| Yes | Password for SODA Username. |
JDBC Driver Path |
| Yes | Location of JDBC driver file. For example, /u01/app/oracle/product/12.1.0/dbhome_1/jdbc/lib/ojdbc6.jar |
Project Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
Collection Name |
| Yes | The 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. |
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
Collection Name |
| Yes | The 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. Take precedence over project property. |
ArtifactsĀ
This operation consumes artifacts from the artifacts repository.
Endpoint SelectionĀ
This operation will select all available endpoints associated to the Target.
Endpoint ExecutionĀ
This operation will execute on any one of the selected endpoints and will be random in the determination of which one.
Special Considerations
This operation will handle cases where an outdated version of SODA is installed on FlexDeploy.Ā
- style