开发者

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:

  1. Copy oracle installation in /home/oracle/database with oracle user
  2. Change mod for all structure under database folder

    chmod -R 777 /home/oracle/ndatabase/
    
  3. Call install script from database folder

    sh ./runInstaller
    
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜