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: Q: Redhat 5.2 and Oracle install (bourne shell?)

Re: Q: Redhat 5.2 and Oracle install (bourne shell?)

From: Uwe Schneider <pi_at_nospam.richard-schneider.de>
Date: Wed, 23 Dec 1998 08:50:07 +0100
Message-ID: <3680A0AF.B0CCDAE9@nospam.richard-schneider.de>


Hi Gary,

Gary Assa wrote:
>
> RedHat Linux comes with bash, and the orainst.sh fails. What do I do?
>
> sh is linked to bash. There is no regular sh.

Bash is really a perfect replacement for sh...

Unfortunately you have't supplied us with an error message.

Therefore I estimate the problem is the "GROUPS" variable used in orainst.sh. In bash this is a read-only shell variable:

       GROUPS An  array variable containing the list of groups of
              which the current user is a member.

Just rename GROUPS by "XGROUPS" or sth. like that in the script.

Uwe
--

Uwe Schneider       | Telefon +49 7251 / 82587
Karlsdorfer Str. 31 | Mail    pi_at_richard-schneider.de
76646 Bruchsal      | 

Linux - OS al dente! Received on Wed Dec 23 1998 - 01:50:07 CST

Original text of this message

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