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: Permission denied!?

Re: Permission denied!?

From: Dan Benwell <dan_at_benwell.co.uk>
Date: Sun, 22 Aug 1999 12:14:26 +0100
Message-ID: <7pom1n$irb$1@lure.pipex.net>


check if you can run sqlplus and connect as the oracle user. If so check your permissions on the group for the $ORACLE_HOME/bin directory.
They should be rwxr-x---. Also make sure that the oracle exe is SUID

ls -al oracle

it should be something liks
oracle s-xr-x---

the s bit is important.

If not run it on with

chmod 4755 oracle

Dan.
Jack Zhu <jackzhu_at_monmouth.com> wrote in message news:37BFD5CD.7A0B52FC_at_monmouth.com...
> After I installed the Oracle 815 on RedHat 6.0 Linux, and I try to run
> some app(actually all apps have the same problem), such as 'sqlplus',
> but I get 'Permission denied' message.
>
> I log in as one member of 'dba' group. This should work, according to
> Oracle's doc.
>
> Anyone help me?? Thanks a lot!
>
Received on Sun Aug 22 1999 - 06:14:26 CDT

Original text of this message

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