3.11.2.3.3 Create Data Source lswExtSysDS
Create data source lswExtSystDS as described. (For more information, see Oracle® E-Business Suite Software Development Kit for Java.)
Note:
The .dbc file referenced in the procedure came from the file you copied in Copy the Database Connection File.
To create data source lswExtSysDS:
In Step 5, enter values exactly as follows:
- Name for the datasource:
lswExtSysDS
- JNDI Name:
jdbc/lswExtSysDS
- Database Driver:
Oracle's Driver (Thin) for Instance connections
(Note that this driver is a non-XA driver.)
- Driver Class Name:
oracle.apps.fnd.ext.jdbc.datasource.AppsDataSource
In Step 8, enter values for your environment:
- Database name: dmwebspr (example name)
- Hostname: your_hostname
- Port: database_port_number
- DB User Name: Enter the username your created in Create the Required User dmwebs@oracle.com
- Password: Enter the password created for that user.
In Step 10, enter values exactly as follows:
- Driver Class Name:
oracle.apps.fnd.ext.jdbc.datasource.AppsDataSource
In Step 11, enter the full path of the desktop dbc file in the
Properties field. For example:
- user=dmwebs@domain.com
- dbcFile=/scratch/u02/app/oracle/ebssdkwork/lsw250ug_DEN00RDG.dbc
Create data source lswdbRestDS as described in the following topic.