Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Shell script Backup Server Oracle Linux
"hal9000" <magicalex_at_inwind.it> wrote in message
news:1h1bcvm.19tpebg1vf60a4N%magicalex_at_inwind.it...
> I have programmed a shell script to do the backup to server Oracle on
> linux system.
> Here it is the script
> '--
> #!/bin/sh
> set ORACLE_HOME=/usr/oracle/9.0/
> ---
> Invalid format of Export utility name
>
> Verify that ORACLE_HOME is properly set
>
> --
> Any hints?
> Regards.
> ALEX
The message should be rather clear. ORACLE_HOME is not set. The syntax you
are using is incorrect. (it is incorrect in borne, korn, posix, bash, c
shell, and tcsh; it would be correct in DOS, but that's no DOS path) Take
the 'set' out of there.
Received on Sun Aug 14 2005 - 20:40:07 CDT
![]() |
![]() |