Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: file perms issue on linux install
kcboyes_at_gmail.com wrote:
> On Feb 1, 1:55 pm, Eberhard Niendorf <eberhard.niendorf_schr..._at_t- > online.de> wrote:
> > Sounds like the right thing except I don't have that script in my > install. > Also, it isn't mentioned in my Installation Guide (B15660-02) (10g R2 > for Linux x86). > > Thanks though > Kevin.
Sorry, I made a mistake. The script changePerm.sh comes with patchset 10.2.0.2 and 10.2.0.3. This script comes also with newer patchsets in 9iR2 and 10gR1. It is documented in the patchset READMEs. For 10.2.0.1 there are the patch 4516865 which addressed the problem, but I would recommend the patchset 10.2.0.3.
If You have no Oracle support You have to fix it manually. You cannot influence the Oracle install process by setting umask etc. Without Oracle support You can try the following to use sqlplus: find $ORACLE_HOME -type d | xargs chmod o+rx chmod o+r $ORACLE_HOME/lib/libclntsh.so.10.1 chmod o+rx $ORACLE_HOME/bin/sqlplus
Eberhard Niendorf Received on Fri Feb 02 2007 - 15:44:45 CST
![]() |
![]() |