Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: ORA-01031 Hell...
gazzag wrote:
> B14 wrote:
> > That command shows the following:
> >
> > OraTEST >ls -l $ORACLE_HOME/bin/oracle
> > -rwxr-x--x 1 oratest DBA 33679836 Jan 11 02:38
> > /u02/oracle/testdb/8.1.7/bin/oracle
> > OraTEST >
>
> The setuid bit isn't set. Try the following:
>
> chmod 6755 $ORACLE_HOME/bin/oracle
>
> HTH
>
> -g
This doesn't seem to have made any difference:
OraTEST >ls -l $ORACLE_HOME/bin/oracle
-rwxr-x--x 1 oratest DBA 33679836 Jan 11 02:38
/u02/oracle/testdb/8.1.7/bin/oracle
OraTEST >chmod 6755 $ORACLE_HOME/bin/oracle
OraTEST >sqlplus "/ as sysdba"
SQL*Plus: Release 8.1.7.0.0 - Production on Thu Jan 11 04:24:52 2007
(c) Copyright 2000 Oracle Corporation. All rights reserved.
ERROR:
ORA-01031: insufficient privileges
Enter user-name: Received on Thu Jan 11 2007 - 06:25:38 CST
![]() |
![]() |