Operating System - HP-UX
1752511 Members
4920 Online
108788 Solutions
New Discussion юеВ

Re: Oracle 10g Execute permission denied

 
SOLVED
Go to solution
Robin Geary
Advisor

Oracle 10g Execute permission denied

Hi,

Im trying to install the Oracle 10g client onto a J5000. I get the following error when trying to install via the command line and from the desktop..

./runInstaller[61]: /prod/Oracle_10g_client/install/.oui: Execute permission den
ied.
12 REPLIES 12
Robin Geary
Advisor

Re: Oracle 10g Execute permission denied

Sorry

HP-UX 11.11
Oracle 10g
Peter Godron
Honored Contributor
Solution

Re: Oracle 10g Execute permission denied

Robin,
1. have you got the correct software
2. Are you running the install as the correct user within the correct group
Check the permissions on the reported file.
3. have you got everything set up for the graphical install
Robin Geary
Advisor

Re: Oracle 10g Execute permission denied

Software version : Oracle Database 10g Release 2 (10.2.0.1.0) for HP-UX PA-RISC

User is Oracle...uid=205(oracle) gid=102(oinstall) groups=21(dba)

File is -rwxr-x--x 1 oracle sys 1335 Mar 22 08:45 runInstaller

As far as the graphical install goes, Im using reflection X to connect to the interface.
Peter Godron
Honored Contributor

Re: Oracle 10g Execute permission denied

Robin,
meant protections on /prod/Oracle_10g_client/install/.oui
Robin Geary
Advisor

Re: Oracle 10g Execute permission denied

Hi Peter,

Im new at this unix stuff....

I changed the mode on that file and it ran this time with the following error..

Preparing to launch Oracle Universal Installer from /tmp/OraInstall2006-03-22_03
-13-21PM. Please wait ...sh: /prod/Oracle_10g_client/install/unzip: Execute perm
ission denied.

Error in writing to directory /tmp/OraInstall2006-03-22_03-13-21PM. Please ensur
e that this directory is writable and has atleast 69 MB of disk space. Installat
ion cannot continue.
: Error 0.

I checked the tmp directory...drwxrwxrwx 10 bin bin 2048 Mar 22 15:19 tmp

Peter Godron
Honored Contributor

Re: Oracle 10g Execute permission denied

Robin,
seems to me there is a general problem with protection on /prod/Oracle_10g_client directory.
Do a :
find /prod/Oracle_10g_client ! -user oracle
to find the files not owned by oracle.

Correcting this problem may also resolve your /tmp directory problem.
Also please check you have enough free space under the /tmp mount point (bdf /tmp)
Yogeeraj_1
Honored Contributor

Re: Oracle 10g Execute permission denied

hi robin,

1. make sure /prod/Oracle_10g_client/install/unzip has execute attribute set

2. Make sure /tmp has enough space available
what does "bdf /tmp" give?


revert

kind regards
yogeeraj
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)
Yogeeraj_1
Honored Contributor

Re: Oracle 10g Execute permission denied

hi again,

for my recent 10g installation, i had defined the following environment variables:

export TMP=/var/tmp
export TMPDIR=/var/tmp
export TMP_DIR=/var/tmp
export TEMP=/var/tmp


hope this helps too!

kind regards
yogeeraj
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)
Robin Geary
Advisor

Re: Oracle 10g Execute permission denied

Hi,

unzip x attribute set

tmp was

'/dev/vg00/lvol4 204800 18871 174464 10% /tmp'

This obviously isnt big enough. Can I set the Oracle to use another dir?