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

Home -> Community -> Usenet -> c.d.o.server -> Re: automatic exp on aix

Re: automatic exp on aix

From: Alex Hudghton <alex_at_alenda.freeserve.co.uk>
Date: Tue, 28 Sep 1999 10:06:49 +0100
Message-ID: <7sq0fe$3p3$1@taliesin.netcom.net.uk>

<thorsten2103_at_my-deja.com> wrote in message news:7spsm3$nt6$1_at_nnrp1.deja.com...
> I want to start the exp-command automatic every night.
>
> exp log=exp_orvis.log userid=system/[password]
> file=/ora2/oracle/backup/exp_orvis.dmp full=y
>
> But when the (oracle)crontab-job start on aix following
> message appears:
> Message-Id: <199909270934.LAA119224_at_rs6f50.ab.com>
> To: oracle tatus: RO
> ora2/oracle/export_orvis.sh: exp: not found.
> *************************************************
>
> When I start the exp-command on the aix-commandline
> everything is ok.!?!?
>

at the command line do 'echo $PATH'

put the results in your script i.e

export PATH=my_path_goes_here

Alex Received on Tue Sep 28 1999 - 04:06:49 CDT

Original text of this message

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