7 Data Source creation and JDBC Configuration
This topic provides information on data sources used by the FLEXCUBE application.
Following are the JNDI names of those data sources used by the FLEXCUBE application.
jdbc/fcjdevDS - This data source is used by FLEXCUBE online screen excluding branch screens.
- jdbc/fcjdevDSBranch - This data source is used by Branch screens.
- jdbc/fcjSchedulerDS - This data source is used by Quartz scheduler.
Note:
- jdbc/fcjdevDS should be NonXA.
- jdbc/fcjdevDSBranch and jdbc/fcjSchedulerDS should be XA
- Data source creation: non XA
This topic provides systematic instructions for Data source creation. - XA Data source
This topic provides systematic instructions for Data source creation. - JDBC Parameters Tuning
This topic provides information on JDBC Parameters.