Re: Script Doesn't Work Correctly with Cron

2002-12-12 Thread Igor Pechtchanski
On Thu, 12 Dec 2002, Buck Turgidson wrote: > I have a script that works when I run it from the command line, but when it > is executed with cron, it produces a null file. I am sure that cron is > executing it because it creates the file. It is just not populated. > > Here is the script. I want

Script Doesn't Work Correctly with Cron

2002-12-12 Thread Buck Turgidson
I have a script that works when I run it from the command line, but when it is executed with cron, it produces a null file. I am sure that cron is executing it because it creates the file. It is just not populated. Here is the script. I want to query an Oracle database every couple of minutes,