Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> Re: cron and ORACLE_HOME env

Re: cron and ORACLE_HOME env

From: DRODRIGU1 <drodrigu1_at_aol.com>
Date: 2000/07/29
Message-ID: <20000729021338.00365.00000443@ng-ci1.aol.com>#1/1

I had a similar problem. I solved by defining and exporting the oracle_home variable inside all the scripts cron was set to run. Also, do not forget to specify the full path of the scripts or commands in the script too. For example, do:

/usr/sbin/gzip /path/filename rather than gzip filename

DR Received on Sat Jul 29 2000 - 00:00:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US