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 Backup Server Oracle Linux

Re: Shell script Backup Server Oracle Linux

From: Randy Harris <randy_at_SpamFree.com>
Date: Mon, 15 Aug 2005 01:40:07 GMT
Message-ID: <XnSLe.2274$Hn3.1776@newssvr23.news.prodigy.net>

"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

Original text of this message

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