SEVERE:OUI-10037:Unable to set up inventory錯誤處理

super_sky發表於2013-12-23
今天使用預設方式安裝10g資料庫軟體,出現如下錯誤。
[oracle@ocm1 tmp]$ more silentInstall.log 
silentInstall.log
SEVERE:OUI-10037:Unable to set up inventory. You may not have the proper permissions.
檢查ORACLE_HOME路徑許可權
drwxr-xr-x   4 oracle oinstall  4096 Dec 23 15:16 u01
[root@ocm1 u01]# ll
total 20
drwxrwx--- 3 oracle oinstall  4096 Dec 23 15:16 app
drwx------ 2 oracle oinstall 16384 Dec 23 19:03 lost+found
[root@ocm1 u01]# 
[root@ocm1 u01]# cd app
[root@ocm1 app]# ll
total 4
drwxrwx--- 2 oracle oinstall 4096 Dec 23 20:55 oracle
[root@ocm1 app]# 
果然是許可權問題
[root@ocm1 /]# chmod -R 755 /u01
然後檢查
drwxr-xr-x   4 oracle oinstall  4096 Dec 23 15:16 u01
[root@ocm1 /]# cd /u01
[root@ocm1 u01]# ll
total 20
drwxr-xr-x 3 oracle oinstall  4096 Dec 23 15:16 app
drwxr-xr-x 2 oracle oinstall 16384 Dec 23 19:03 lost+found
[root@ocm1 u01]# cd app
[root@ocm1 app]# ll
total 4
drwxr-xr-x 2 oracle oinstall 4096 Dec 23 20:55 oracle


參考檔案
Oracle Universal Installer ( OUI ) Error Messages and Solution Reference List (文件 ID 757964.1)

OUI-10037:Unable to set up inventory. You may not have the proper permissions.

POTENTIAL/POSSIBLE CAUSE:
There is no proper permission for the oracle user on the inventory location specified during installation.

POTENTIAL/POSSIBLE SOLUTION:
Ensure that the user is the correct user to perform the install and the user have proper permissions in the specified directory 

Check the same using the command: 
% ls -l

If there is no proper permission for the user then provide the same: 
% chmod -R 755

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/11590946/viewspace-1064077/,如需轉載,請註明出處,否則將追究法律責任。

相關文章