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: oratab.sh problem

Re: oratab.sh problem

From: Ermanno Giovanetto <ermanno.giovanetto_at_infostrada.it>
Date: Thu, 20 May 1999 10:37:07 +0200
Message-ID: <7i0hob$5a6$1@serv1.iunet.it>


I had the same problem on HP-UX an I had to edit the oratab.sh file, modifying the line

GROUP_PRESENT=`grep "^${GROUP}" ${GROUP_LOC}| grep ${ORACLE_OWNER}`

in

GROUP_PRESENT=`grep "^${GROUP}" ${GROUP_LOC}

and it worked well.

Bye
Ermanno Giovanetto

Peter Hiemenz ha scritto nel messaggio ...
>Today I tried to install Oracle 8.0.5 on Suse Linux 6.1.
>
>I couldn't run the script oratab.sh nor the script oratab_create.sh. I
>always get a error message: "No such file or directory".
>
>I setup the environment variables:
>
>ORACLE_HOME (directories it points to are existant and have max.
>permissions -> "/u01/apps/oracle/server.8.0.5" )
>ORACLE_OWNER=ORACLE I created a user ORACLE (he's member in group
>root and group ORADBA)
>
>and all the others mentioned in chapter 2 of the .pdf file. Do I need
>to export the variables as well?
>
>
>I think I made all correctly but didn't succeed so far.
>
Received on Thu May 20 1999 - 03:37:07 CDT

Original text of this message

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