Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: shmat error when trying to attach sga

Re: shmat error when trying to attach sga

From: Rick Wessman <rwessman_at_us.oracle.com>
Date: 1998/11/18
Message-ID: <socyap8zxv1.fsf@rwessman.us.oracle.com>#1/1

"Imel Rautenbach" <imel_at_iafrica.com> writes:

> I get this when running sqlplus on hp-ux on Oracle 7.3.3 as a user not in
> the dba group.
>
> I presume i need to change rights for all users to access the database.
Nope. What you need to the following:

chmod 4755 $ORACLE_HOME/bin/oracle

The problem is that the SGA is created as owned by the oracle user. When the client connects, it connects under its own user ID so it can't access the SGA.

-- 
                                Rick
                                Rick Wessman
                                Oracle Corporation
                                rwessman_at_us.oracle.com
Received on Wed Nov 18 1998 - 00:00:00 CST

Original text of this message

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