1. 程式人生 > 其它 >linux安裝oracle11g的報錯問題

linux安裝oracle11g的報錯問題

目錄

linux安裝oracle11g的報錯問題

1、The chosen installation conflicts with software already installed in the given Oracle home

這時只需要找到inventory.xml檔案,並將其移除再重新安裝即可。

這裡快取在

find -name inventory.xml
rm -rf /u01/app/oraInventory

2、郵件檔案

DECLINE_SECURITY_UPDATES=true 

3、User is not a member of the following chosen OS groups: [null, null]

組內執行許可權問題:

oracle.install.db.DBA_GROUP=oinstall 
oracle.install.db.OPER_GROUP=oinstall 

4、Target environment do not meet some mandatory requirements.

有些強制引數問題:

-ignorePrereq 

5、import報錯

ORA-39002: invalid operation

ORA-39070: Unable to open the log file.
ORA-29283: invalid file operation
ORA-06512: at "SYS.UTL_FILE", line 536
ORA-29283: invalid file operation

未找到對應的檔案,原因是建立目錄路徑寫錯了

6、cat: /etc/oratab: No such file or directory

root使用者執行

find -name root.sh
sh /u01/app/oracle/product/11.2.0/dbhome_1/root.sh