Permission denied error occur during the installation of database [message #629110] |
Wed, 03 December 2014 06:20 |
ashishkumarmahanta80
Messages: 231 Registered: October 2006 Location: kolkatta
|
Senior Member |
|
|
Dear All,
While installing the database, getting the permission error (In VMware workstation)
[oracle@oracle database]$ ls -ltr
total 68
-rw-r--r-- 1 oracle oinstall 3226 Aug 15 2009 runInstaller
drwxr-xr-x 2 oracle oinstall 4096 Aug 15 2009 rpm
drwxr-xr-x 4 oracle oinstall 4096 Aug 15 2009 install
drwxr-xr-x 14 oracle oinstall 4096 Aug 15 2009 stage
drwxr-xr-x 2 oracle oinstall 4096 Aug 15 2009 sshsetup
drwxr-xr-x 2 oracle oinstall 4096 Aug 15 2009 response
drwxr-xr-x 12 oracle oinstall 4096 Aug 16 2009 doc
-rw-r--r-- 1 oracle oinstall 5402 Aug 17 2009 welcome.html
[root@localhost database]# chmod 777 /u01/linux.x64_11gR2_database/database/runInstaller
[root@localhost database]# ls -ltr
total 68
-rwxrwxrwx 1 oracle oinstall 3226 Aug 15 2009 runInstaller
drwxr-xr-x 2 oracle oinstall 4096 Aug 15 2009 rpm
drwxr-xr-x 4 oracle oinstall 4096 Aug 15 2009 install
drwxr-xr-x 14 oracle oinstall 4096 Aug 15 2009 stage
drwxr-xr-x 2 oracle oinstall 4096 Aug 15 2009 sshsetup
drwxr-xr-x 2 oracle oinstall 4096 Aug 15 2009 response
drwxr-xr-x 12 oracle oinstall 4096 Aug 16 2009 doc
-rw-r--r-- 1 oracle oinstall 5402 Aug 17 2009 welcome.html
[oracle@oracle database]$ ./runInstaller
./runInstaller: line 97: /u01/linux.x64_11gR2_database/database/install/.oui: Permission denied
[oracle@oracle database]$ cd install/
[oracle@oracle install]$ ls -lta
total 424
drwxrwxrwx 8 oracle oinstall 4096 Aug 20 2009 ..
drwxr-xr-x 4 oracle oinstall 4096 Aug 15 2009 .
drwxr-xr-x 2 oracle oinstall 4096 Aug 15 2009 images
-rw-r--r-- 1 oracle oinstall 1934 Aug 15 2009 oraparam.ini
-rw-r--r-- 1 oracle oinstall 28 Aug 15 2009 addLangs.sh
-rw-r--r-- 1 oracle oinstall 6437 Aug 15 2009 oraparamsilent.ini
-rw-r--r-- 1 oracle oinstall 22033 Aug 15 2009 runSSHSetup.sh
-rw-r--r-- 1 oracle oinstall 119416 Aug 15 2009 unzip
-rw-r--r-- 1 oracle oinstall 127 Aug 15 2009 addNode.sh
-rw-r--r-- 1 oracle oinstall 275 Aug 15 2009 attachHome.sh
-rw-r--r-- 1 oracle oinstall 182 Aug 15 2009 detachHome.sh
-rw-r--r-- 1 oracle oinstall 19892 Aug 15 2009 lsnodes
-rw-r--r-- 1 oracle oinstall 152477 Aug 15 2009 .oui
drwxr-xr-x 2 oracle oinstall 4096 Aug 15 2009 resource
Please assist me, why i am unable to execute ./runInstaller ?
Why privileges error is coming? Since all the privileges are provided to oracle user.
Regards,
Ashish
|
|
|
|
|
|