Login  Register

Re: sqlloader not running

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

Aha..
You are asking it for crontab.

Well, you can still set your env inside the script, but if you want to have that env inside the cron, you can set env variable in your crontab file.

Example:

crontab -e

ORACLE_HOME2=/erm
3 * * * * echo $ORACLE_HOME2 >/tmp/erm   --just for testing the ORACLE_HOME2 is set inside the cron.