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: Gene Homan <homang_at_pcisys.net>
Date: Sun, 22 Aug 1999 21:44:23 -0600
Message-ID: <rs1gs0qdmkf46@corp.supernews.com>


Jack,
here are some items to check:

  1. Did you run root.sh after the installation? (Shouldn't cause every executable to give a permission error but make sure you run it)
  2. Was your umask set to 22 during the install? If so, it would be easier to wipe to current installation and reinstall with the correct umask. You could "relink all" to clear up the executable permissions, but the dirs and subdirs will take a manual overhaul to get right.
  3. Does the file system where oracle resides have any restriction flags (ie, nosuid)? A "mount" command will show you the mounted filesystems and there mount flags.
  4. Are you logging DIRECTLY into the oracle account when you use the software or su-ing over from another account (su - oracle)? I know people do not believe this can cause permission problems but try this sometime when you've su'ed from root to another account:

# whoami
will return oracle and dba group (as expected)

Now do a -

# who am i
It will return the base account of the shell/subshells (ex:, root). I have seen this cause some really wierd permission issues when installing/using oracle.

I could give you more to look at but I would start with these.

Let me know if you can't get it to work.

Later.
Gene....

Jack Zhu wrote in message <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 - 22:44:23 CDT

Original text of this message

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