Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

DSN Configuration in Linux.

mjocasio23Apr 21 2020 — edited May 30 2020

Im following the steps mention in this guide to configure DSN to talk to ORACLE Version 12c. I get an error such as

         [01000][unixODBC][Driver Manager]Can't open lib '/usr/lib/instantclient_12_2/libsqora.so.12.1' : file not found [ISQL]ERROR: Could not SQLConnect

I do sudo ldd /usr/lib/instantclient_12_2/libsqora.so.12.1

     It points to the following "missing file" libclntsh.so.12.1 => not found

                                                                 libclntshcore.so.12.1 => not found

but the files are in the directory: /usr/lib/instantclinet_12_2: drwxr-xr-x.  3 root root    4096 Apr 20 18:15 instantclient_12_2

So I could create link to these files........ if no other directories including /usr/lib64/ no parental file exist?

Any suggestions are welcome.

Comments

Processing

Post Details

Added on Apr 21 2020
1 comment
241 views