Operating System - HP-UX
1832898 Members
2362 Online
110048 Solutions
New Discussion

installation of oracle9i client on HPUX PA-RISC server 11.23

 
Pradeep_3
Frequent Advisor

installation of oracle9i client on HPUX PA-RISC server 11.23

I am trying to install oracle 9i client on PA-RISC server having 11.23 os version.
I would like to know whether it supports.
Because while running runInstaller I am getting execute permission denied error.

please share your views on this.

Regards
Pradeep
2 REPLIES 2
Oviwan
Honored Contributor

Re: installation of oracle9i client on HPUX PA-RISC server 11.23

Hey

Check execute permission of runinstaller:

$ ll | grep runInstaller
-rwxr-xr-x 1 oracle dba 1363 Feb 7 2006 runInstaller

chmod 755 runInstall

then it should start. don't forget to execute it as oracle user. check permission for other files. owner=oracle group=dba.

Regards
Pradeep_3
Frequent Advisor

Re: installation of oracle9i client on HPUX PA-RISC server 11.23

I have created user with user name ora9i
and group is oinstall.

execute permission ar ok.

permissions of runInstaller is

# cd /cdrom
# ll
total 18
drwxr-xr-x 2 31000 621 2048 Jun 11 2002 doc
-rwxr-xr-x 1 31000 621 5334 Jun 11 2002 index.htm
drwxr-xr-x 2 31000 621 2048 May 14 2002 install
drwxr-xr-x 2 31000 621 2048 May 14 2002 lgto
drwxr-xr-x 2 31000 621 2048 May 14 2002 response
-rwxr-xr-x 1 31000 621 651 May 14 2002 runInstaller
drwxr-xr-x 2 31000 621 2048 Jun 11 2002 stage
#