Forum Discussion
Hemanth
8 years agoNew Contributor
Tried with opening / as /u01/app/oracle/product/12.1.0/dbhome_1/bin/sqlldr this also did not work.
mthirani
8 years agoEmployee
Have you tried using the suggestions in the snap for this field?
Also make sure the ORACLE_HOME, PATH and ORACLE_SID is set appropriately in the plex for oracle. For example:
export ORACLE_HOME=“/u01/app/oracle/product/11.2.0/xe”
export ORACLE_SID=“XE”
export PATH=$ORACLE_HOME/bin:$PATH