Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: oratab.sh problem
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
![]() |
![]() |