On 2008-05-29 09:26:29 +0200, Christian Merz wrote:
> as as workaround i wrote this shell skript:
> 
> LD_LIBRARY_PATH="/export/home/oracle/product/10.2.0/lib:/export/home/oracle/product/10.2.0/lib32"
> export LD_LIBRARY_PATH
> /oracle/dba/backup/ora19/DbOnline.pl ora19
> 
> and now it works. Thank you !
> 
> ... But this is a workaround i do not like very much. Reexecuting the skript 
> might be a way (probably i will do this). Is there another possibility?

You could write 

LD_LIBRARY_PATH=/export/home/oracle/product/10.2.0/lib:/export/home/oracle/product/10.2.0/lib32
 /oracle/dba/backup/ora19/DbOnline.pl ora19

directly into the crontab.

But personally I prefer invoking small shell scripts to very long
commands in crontabs.

        hp

-- 
   _  | Peter J. Holzer    | If I wanted to be "academically correct",
|_|_) | Sysadmin WSR       | I'd be programming in Java.
| |   | [EMAIL PROTECTED]      | I don't, and I'm not.
__/   | http://www.hjp.at/ |   -- Jesse Erlbaum on dbi-users

Attachment: pgpb1lbLOl4EL.pgp
Description: PGP signature

Reply via email to