6 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
This topic contains the following sub-topics:
- Create Data Source for Non XA
This topic provides systematic instructions for Data source creation for non XA. - Create Data Source for XA
This topic provides systematic instructions to create data source for XA. - JDBC Parameters Tuning
This topic provides information on JDBC Parameters that need to be updated for all the Data sources.