For the UTM database link, you must incorporate additional modules into the UTM work process. These modules are listed below for the individual database systems. Please check the user guide for the respective database system to ensure the accuracy of the names of modules which make up this database system.
Connection to Oracle
A number of Oracle modules must additionally be linked in to set up a connection with Oracle. The sample programs and procedures supplied with Oracle indicate what modules are involved. The Oracle client library is named $ORACLE_HOME/lib/libclntsh.so. In case of ESQL-COBOL applications you also have to link the object module
$ORACLE_HOME/precomp/lib/cobsqlintf.o.
The list of system libraries additionally used by Oracle is located in the file
$ORACLE_HOME/lib/sysliblists.
The preprocessor flag release_cursor=yes
must be set in all cases. For information, see the Oracle User Guide.