Re: ORA-1034 ORACLE not available
Date: 1995/05/19
Message-ID: <dasidwel-1905951313130001_at_dasidwel-mac.us.oracle.com>#1/1
In article <3pfsla$ed_at_marvin.muc.de>, won_at_colin.muc.de (Wolfgang Neubert) wrote:
> I have installed ORACLE 7.1.4 on SCO ODT 3.0. After installation I
created a new
> user won with sqldba. After that I can connect to the database with
> sqlplus only when I am logged in SCO as user oracle. When I log into SCO
> as user won I can not connect to Oracle as won nor as system. When I try it
> there comes the error:
> ORA-1034 ORACLE not available
> ORA-7320: smsget: shmat error when trying to attach sga.
> AT&T .... Error:13:permission denied
>
> This seems to be a permission problem, but all files in $ORACLE_HOME
> have permission 644 or 755. So what is wrong ?
> Any help is appreciated.
>
> Wolfgang
The oracle executable in $ORACLE_HOME/bin/oracle needs top be setuid oracle.
Shutdown your database, then:
chmod 4751 $ORACLE_HOME/bin/oracle
then startup your database again.
Received on Fri May 19 1995 - 00:00:00 CEST