Start a JDBC data source. A JDBC data source is an object bound to the JNDI tree that provides database connectivity through a pool of JDBC connections.
Note
If the data source is not in a "Shutdown" state then no changes will be made.
Environment/Instance Properties
Property Name | Property Code | Required | Description |
---|
Project Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
Weblogic Server or Cluster Name(s) | FDWLS_SERVER_OR_CLUSTER_NAMES | Yes | Comma separated string containing WebLogic Server or Cluster name(s). It is assumed that you are using managed server or cluster of same name in various environments. |
Weblogic Data Source Name | FDWLS_DATA_SOURCE_NAME | Yes | The JDBC data source name. |
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
Server or Cluster Name(s) | FDWLS_INP_SERVER_OR_CLUSTER_NAMES | No | WebLogic Server or Cluster name(s) for start data source operation. Overrides the Weblogic Server or Cluster Name(s) project property. |
Data Source Name | FDWLS_INP_DATA_SOURCE_NAME | No | The JDBC data source name.. Overrides the Weblogic Data Source Name project property. |
Outputs
Output Name | Description |
---|
Artifacts
This operation doesn’t consume or produce any artifacts.
Endpoint Selection
This operation will select all available endpoints associated to the environment instance which have a resource type of WLS Admin Server. Since the admin server only runs on one server, it is expected that for a given domain, there will only be one endpoint with a resource type set to WLS Admin Server.
Endpoint Execution (Keep one and edit if desired.)
This operation will execute on the Admin Server endpoint selected using the WLS Admin Server resource type.
Special Considerations
N/A