Login  Register

Re: sqlloader not running

Posted by ErmanArslansOracleBlog on May 02, 2017; 10:23am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/sqlloader-not-running-tp2625p2626.html

The shell environment of your script can not see the sqlldr.
It is related with the PATH env variable of your script's shell environment.

sqlldr is located in $ORACLE_HOME/bin

The environment must be set in the .bash_profile of the OS user that is executing the script or inside the script itself..