Quantcast
Channel: Cron Job Not Running - Unix & Linux Stack Exchange
Viewing all articles
Browse latest Browse all 3

Answer by Bruce Ediger for Cron Job Not Running

$
0
0

The message sqlplus: command not found gives the answer. Since you have an environment variable ORACLE_HOME set, put this line in your script after exporting ORACLE_HOME:

export PATH=$PATH:$ORACLE_HOME/bin

I also have a superstition of exporting TNS_ADMIN:

export TNS_ADMIN=$ORACLE_HOME/network/admin

I don't know if that's strictly necessary.


Viewing all articles
Browse latest Browse all 3

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>