您好,登錄后才能下訂單哦!
這次試了試使用靜默安裝Oracle,過程比較麻煩,好在有文檔幫助,但是由于自己的粗心導致了各種奇葩問題,記錄下來。
進行靜默安裝數據庫
$ORACLE_HOME/bin/dbca -silent -responseFile /home/oracle/etc/dbca.rsp
出現問題:
[oracle@bogon ~]$ $ORACLE_HOME/bin/dbca -silent -responseFile /home/oracle/etc/dbca.rsp
Exception in thread "main" java.lang.NullPointerException
at oracle.sysman.assistants.util.INIFile$IniPair.<init>(INIFile.java:88)
at oracle.sysman.assistants.util.INIFile$IniSection.addPair(INIFile.java:225)
at oracle.sysman.assistants.util.INIFile.readINIFile(INIFile.java:827)
at oracle.sysman.assistants.util.INIFile.getProfileString(INIFile.java:439)
at oracle.sysman.assistants.dbca.backend.CommandLineArguments.processResponseFile(CommandLineArguments.java:4340)
at oracle.sysman.assistants.dbca.backend.CommandLineArguments.process(CommandLineArguments.java:3564)
at oracle.sysman.assistants.dbca.Dbca.execute(Dbca.java:109)
at oracle.sysman.assistants.dbca.Dbca.main(Dbca.java:184)
網上百度了下,說沒有JDK環境,一查還真沒有,然后安裝JDK,這里直接安裝了openjdk
命令:
yum install java* yum install java-1.8.0-openjdk.i686 -y
然后并沒有什么用,還是報錯,最后查看dbca.rsp文件,發現多寫一個i,尷尬,接下來又報錯了,這次是權限問題
Cannot create directory "/soft/u01/app/oracle/cfgtoollogs/dbca/orcl". Error writing into silent log -- /soft/u01/app/oracle/cfgtoollogs/dbca/silent.log (Permission denied) Error in file copy from </soft/u01/app/oracle/cfgtoollogs/dbca/silent.log> to </soft/u01/app/oracle/cfgtoollogs/dbca/orcl.log> Look at the log file "/soft/u01/app/oracle/cfgtoollogs/dbca/silent.log" for furt her details.
給文件夾賦權限
chmod -R 775 /soft/u01/app/
總結:還是自己太粗心
以上就是本文的全部內容,希望對大家的學習有所幫助,也希望大家多多支持億速云。
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。