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: Oracle 8.0.5 installation problem on Linux Red Hat 5.2 - ORATAB.SH

Re: Oracle 8.0.5 installation problem on Linux Red Hat 5.2 - ORATAB.SH

From: <heambrogio_at_my-deja.com>
Date: Sat, 31 Jul 1999 14:17:50 GMT
Message-ID: <7nv0ia$89d$1@nnrp1.deja.com>


In article <37a1dbd5.5271087_at_news.supernews.com>,   name_at_name.com wrote:
> I'm trying to install Oracle 8.0.5 on Red Hat 5.2 system. I'm pretty
> new to the Linux world and am following the instructions found at
> http://jordan.fortwayne.com/oracle/rh5x.html. I've setup all the
> partitions, created the groups dba and oper, and added the oracle
> user. I've done a CHMOD 777 on the CDROM mount point. Now I'm at the
> point when it's time to run the oratrab.sh script. I change
> directories to orainst. I set the ORACLE_OWNER variable by entering:
>
> ORACLE_OWNER=oracle; export ORACLE_OWNER
>
> Then I run the following:
>
> sh oratab.sh
>
> The following is the error I get:
>
> :command not found
> :command not found
> :command not found
> :command not found
> :command not found
> :command not found
> :command not found
> 'ratab.sh: syntax error near unexpected token 'in
> 'ratab.sh: oratab.sh: line 29: 'case ${N}$C in
>
> Any ideas???
>
> Thanks in advance.
>
> Chris
> Seattle, WA
>
> Hi.

I hope this help you.
Did you see the firdt line in oratab.sh: #!/usr/bin/sh
you should replace it with #!/bin/sh
Let me know your feedback.
regards.

Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't. Received on Sat Jul 31 1999 - 09:17:50 CDT

Original text of this message

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