Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Could not run export utility from cron job
-----Original Message-----
> From: ml-errors_at_fatcity.com [mailto:ml-errors_at_fatcity.com] On Behalf
Of Nguyen, David M
> Sent: Wednesday, December 10, 2003 12:24 PM
> To: Multiple recipients of list ORACLE-L
> Subject: Could not run export utility from cron job
> I am able to run export utility from CLI manually but when I schedule
it to run from cron job on SUN Solaris8 it fails to > run as it does not
recognize exp command. Does someone have any idea? Below is the
command I run export manually.
> $exp user/password tables.dmp
> Thanks,
> David
I'm pretty sure that jobs running out of cron do not source in .profile
so you probably don't
have the Oracle environment set and therefor exp is not in your PATH.
Ken
-- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Simpson, Ken INET: Ken_Simpson_at_troweprice.com Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Wed Dec 10 2003 - 11:39:24 CST