Hi,

I am facing a problem with a script that includes a
 print LOG `/opt/oracle/product/V8i/bin/sqlplus -s id/pw <<END
 select count(*) from LOG where TIME \
 like '$DAY$MONTH$YEAR $HOUR:%';
 quit
 END`;
It works fine when started from the command line.
Using crontab however leads to an error:
Message file sp1<lang>.msb not found
Error 6 initializing SQL*Plus

The file is of course available but apparently some environment is missing.

Any ideas?

Thanks in advance
Ruediger

_______________________________________________
Perl-Unix-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to