Description:
Oracle Instant Clients offer a quick and easy way to setup database connectivity for AutoSys. Using the Oracle 11g Instant Client, however, requires a few more steps to setup.
Note: Only the 32-bit Oracle client libraries are supported. Use of 64-bit client libraries can result in errors, for example:
CAUAJM_E_18409 Unable to load Oracle client libraries <libclntsh.so: wrong ELF class: ELFCLASS64>
In some cases Oracle 11g Release 2 may not install 32-bit client libraries so it will be necessary to install the Instant or full 32-bit Oracle client libraries when using AutoSys 11.0 with Oracle 11g.
For HP-UX Itanium (AI-64) support, you must install the 32-bit HP-UX PA-RISC Oracle client libraries.
Solution:
Once the Oracle 11g Instant Client has been downloaded and extracted, the following additional steps are required to establish the correct client library environment for AutoSys:
For Unix/Linux:
Create a symbolic link in the Instant Client directory for libclntsh.so, for example: ln -s libclntsh.so.11.1 libclntsh.so
For Windows: