Oracle .oui Install Error
When I'm trying to install Oracle on Linux Redhat 5 I get the error of .oui at line 54 file permission开发者_JAVA百科 denied.
I gave permission to the .runInstaller file up to 777 but that did not help me.
I created the dir like /u01/app/oracle
Check out the forum post below. It goes through a series of steps regarding permissions, prerequisites, and user level to resolve the error you are getting:
http://forums.oracle.com/forums/thread.jspa?threadID=1102139
The best solution is:
- Copy oracle installation in /home/oracle/database with oracle user
Change mod for all structure under database folder
chmod -R 777 /home/oracle/ndatabase/
Call install script from database folder
sh ./runInstaller
精彩评论