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: ORA 7318

Re: ORA 7318

From: oracle <oracle_at_nightmare.com>
Date: 1997/04/15
Message-ID: <33544E29.93BBE907@nightmare.com>#1/1

Rick Klainer wrote:

> I installed Oracle 7.3.2.1 on a solaris 2.5.1. It went well no
> problems.
> But when the
> users logged into sqlplus they get an error 7318 sgadef.dbf error.
> And it
> complains
> about a permissions error from the OS. I looked at sgadef.dbf and
> it has
> rw --r. This
> is how I have it setup on other SUN machines running the same
> version of
> Oracle and
> the same version of Solaris. The Oracle userid can get into sqlplus
> fine,
> so I know its
> a permissions error but everywhere I've looked seems to have the
> correct
> permissions.
> ANy suggestions please. thanks

 Do this as "oracle".

% cd $ORACLE_HOME/bin
% chmod 6751 oracle

Make sure the permissions are something like:   -rwsr-s--x

If they are not you may have the filesystem set nosetuid. Received on Tue Apr 15 1997 - 00:00:00 CDT

Original text of this message

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