When the Transformation map (prepared as Java executable file) runs, it will use JDBC to establish the connection to the Oracle database on your network. This connection is initiated from the server computer on which the transformation map executes.
LANSA Composer prepares the JDBC connection according to the Database Configuration that you provide as a parameter to the Transformation Map. You must define the Database Configuration with the correct details necessary to establish the particular database connection to be used.
Example Database Configuration
The following sample values assume that you are using an Oracle JDBC driver to connect to the Oracle database on your network:
Database driver class |
Following are class names commonly used with the Oracle JDBC drivers: For Oracle 10g and earlier: For Oracle 11i and later: |
Database connection string |
The form of the connection string for the Oracle JDBC driver depends on the driver and the type of connection you wish to make. For example: For the JDBC Thin Driver, or Server-side Thin Driver: where <database> is either a string of the form //<host>:<port>/<service_name>, or a SQL*net name-value pair, or a TNSEntryName. For example, the following is a sample JDBC connection string to connect to the Oracle database named ORA0101 running on the server named TEST0101: To make a remote connection with the JDBC OCI (Oracle call interface) driver: |
Further considerations
Refer also to:
Additional information and resources for Oracle