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