oracle ./runinstaller permission denied
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.