I have downloaded instantclient-tools-linux.x64-19.12.0.0.0dbru.zip on oracle enterprise linux 7 from oracle site and trying to run sqlldr cmd. Initially i got this error.
/scratch/guid/sqlldr/instantclient_19_12/sqlldr: error while loading shared libraries: libclntshcore.so.19.1: cannot open shared object file: No such file or directory
I copied all missing libs from oracle 19c database /lib location. Now, I have set ORACLE_HOME and LD_LIBRARY_PATH both pointing to /scratch/guid/sqlldr/instantclient_19_12 loc. When i run sqlldr cmd, i get this error..
linux version: Linux den02ada 4.1.12-124.49.3.1.el7uek.x86_64
$ORACLE_HOME/sqlldr Message 2100 not found; No message file for product=RDBMS, facility=ULMessage 2100 not found; No message file for product=RDBMS, facility=UL[
Any work around to resolve this issue?