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: shell script for auto export

Re: shell script for auto export

From: Steve Perry <sperry_at_sprynet.com>
Date: Tue, 26 Jan 1999 05:31:46 -0800
Message-ID: <36ADC3C2.69EE44B1@sprynet.com>


Oracle's environment is not set

i.e.

#!/sbin/sh
export ORACLE_SID=mysid
export ORACLE_HOME=...
export PATH=${ORACLE_HOME}/bin:rest of path...
cd /mnt/oracle/exp_backup
/mnt/oracle/product/7.3/bin/exp system/asetadmin
 

Bradley Peters wrote:

forums.inprise.com wrote:

> Copyright (c) Oracle Corporatio
> EXP-00008: Message 8 not found; No message file for product=RDBMS,
> facility=EXP
> Error while trying to retrieve text for error ORA-12545
> EXP-00222: Message 222 not found; No message file for product=RDBMS,
> facility=EP
> EXP-00000: Message 0 not found; No message file for product=RDBMS,
> facility=EXPt
> /mnt/oracle/exp_backup/export.out: No such file or directory
> mv: cannot access /mnt/oracle/exp_backup/export.out.Z
> 01.25.99.export.Z: No such file or directory
> Interactive mode off.
>
> < File name : backup >
>
> #!/sbin/sh
> cd /mnt/oracle/exp_backup
> /mnt/oracle/product/7.3/bin/exp system/asetadmin

It seems to be a SQL* NET problem. Try to put the instance name here, and then
run it again./mnt/oracle/product/7.3/bin/exp system/asetadmin@<instance_name>.

Or least, that is my guess!!

  Received on Tue Jan 26 1999 - 07:31:46 CST

Original text of this message

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