Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

oracle ./runinstaller permission denied

Data BoyJul 1 2012 — edited Jul 2 2012
Hi All,

I am about to install oracle 10g on centos from putty using silent installation.

I switched to oracle user and ran the below after setting up all the prerequisites.

[oracle@oramx.luftanarws.com database]$ ./runInstaller -record -destinationFile /home/oracle/database/10gR2.rsp
bash: ./runInstaller: Permission denied


Please Let me know what permissions are missing.

[oracle@oramx.luftanarws.com database]$ id oracle
uid=501(oracle) gid=503(oinstall) groups=503(oinstall),504(dba),505(oper)

I Tried below step

[oracle@oramx.luftanarws.com database]$ chmod 755 ./runInstaller
chmod: changing permissions of `./runInstaller': Operation not permitted

Thank you all in advance for looking into my post.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 30 2012
Added on Jul 1 2012
6 comments
17,466 views