7 Data Source creation and JDBC Configuration

Following are the JNDI names of those data sources used by Oracle Banking application.
  • jdbc/fcjCoreDS - This datasource is used by Oracle Banking Core online screen excluding branch screens.
  • jdbc/fcjdevDSBranch - This datasource is used by Branch screens.
  • jdbc/fcjSchedulerDS - This datasource is used by Quartz scheduler.
  • fcjPayDS_GTXN – Datasource for Oracle Banking Payment OLTP with Global Transaction supported to enable the transaction management by the container and also to.
  • fcjPayDS – Datasource used by Payment Batch operations where transaction is handled programmatically.

Note:

  • jdbc/fcjdevDS should be NonXA and make use of OCI driver.
  • jdbc/fcjdevDSBranch and jdbc/fcjSchedulerDS should be XA.