SEVERE:OUI-10037:Unable to set up inventory錯誤處理
今天使用預設方式安裝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
[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/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 錯誤處理
- 打補丁報錯Opatch error : "Unable to lock Central InventoryError
- PHP 錯誤處理PHP
- php錯誤處理PHP
- Go 錯誤處理Go
- Swift錯誤處理Swift
- Zabbix錯誤處理
- mysqldump錯誤處理MySql
- 錯誤處理:如何通過 error、deferred、panic 等處理錯誤?Error
- STS(SQL Tuning Set)匯入匯出過程及錯誤處理SQL
- PHP錯誤處理和異常處理PHP
- go的錯誤處理Go
- Python錯誤處理Python
- 異常錯誤資訊處理
- PHP 核心特性 - 錯誤處理PHP
- 常用模組 PHP 錯誤處理PHP
- laravel9 錯誤處理Laravel
- 淺談前端錯誤處理前端
- Oracle異常錯誤處理Oracle
- ORACLE 異常錯誤處理Oracle
- 15-錯誤處理(Error)Error
- 學習Rust 錯誤處理Rust
- axios 的錯誤處理iOS
- Go語言之錯誤處理Go
- GOLANG錯誤處理最佳方案Golang
- Objective-C:錯誤處理Object
- javascript之處理Ajax錯誤JavaScript
- 搭建dataguard時,錯誤處理
- Oracle錯誤處理思路(一)Oracle
- COM的錯誤處理 (轉)
- 使用PHP錯誤處理 (轉)PHP
- openGauss 處理錯誤表
- Python錯誤處理和異常處理(二)Python
- 【故障處理】CRS-1153錯誤處理
- 【故障處理】ORA-19809錯誤處理
- rust學習十、異常處理(錯誤處理)Rust
- oracle ora-00054錯誤處理Oracle
- 程式錯誤型別及其處理型別