Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Error while running export backup shell script
The "mknod" command isn't in the path. Either
setup the path in the script or explicitly
specify the path.
I don't think that the ORACLE_HOME is getting set
correctly in your derive_oracle_paths function.
Check the oratab file.
Hemant
--- "Krishnaswamy, Ranganath" <Ranganath.Krishnaswamy_at_blr.hpsglobal.com> wrote:
> Hi List,
>
> I have got a shell script for taking full export backup which I am
> attaching with this mail as .sql file as I cannot send .sh file as
> file
> attachments. I am getting the following error when I run the script
> in
> full_exp_20030321_1309_job.log:
>
> ###########################################################################
> #Starting fullexportlsyrs.sh at Fri Mar 21 13:09:41 GMT 2003
> #
> fullexportlsyrs.sh[3]: mknod: not found
> fullexportlsyrs.sh[4]:
> /export/home/ranganat/backups/full_exp_20030321_1309_pipe
> : cannot open
> LRM-00112: Message 112 not found; No message file for
> product=ORACORE,
> facility=
> LRM
>
> EXP-00019: Message 19 not found; No message file for product=RDBMS,
> facility=EXP
> EXP-00000: Message 0 not found; No message file for product=RDBMS,
> facility=EXP/
> export/home/ranganat/backups/full_exp_20030321_1309_pipe: No such
> file or
> direct
> ory
> #
> #Job run time was: 0 hours, 0 minutes, 0 seconds
> #
> #Ending fullexportlsyrs.sh at Fri Mar 21 13:09:41 GMT 2003 with an
> exit
> status o
> f 127
>
> ############################################################################
> #
>
> What should I do to eliminate the above errors and run the scripts
> successfully?
>
> Any help in this regard is very much appreciated
>
> Thanks and Regards,
>
> Ranganath
>
> <<fullexportlsyrs.sql>>
>
> WARNING: The information in this message is confidential and may be
> legally
> privileged. It is intended solely for the addressee. Access to this
> message
> by anyone else is unauthorised. If you are not the intended
> recipient, any
> disclosure, copying, or distribution of the message, or any action
> or
> omission taken by you in reliance on it, is prohibited and may be
> unlawful.
> Please immediately contact the sender if you have received this
> message in
> error. Thank you.
Received on Fri Mar 21 2003 - 04:06:38 CST
![]() |
![]() |