
我在 Ubuntu 14.04 64 位元上遇到了 oracle 11g 資料庫配置問題。我知道這個問題已經被回答過很多次了。
我已經嘗試了所有方法,但兩天來我一直被這個錯誤困擾。我迫切需要配置這個。
安裝教學課程 如何在Ubuntu 14.04上安裝Oracle 11gR2?
在這一步之前一切都運作得很好
sudo /etc/init.d/oracle-xe configure
.
.
Starting Oracle Net Listener...Done
Configuring database...
Database Configuration failed. Look into /u01/app/oracle/product/11.2.0 /xe/config/log for details
我知道這是一個主機名稱問題,正如大多數部落格和論壇所建議的那樣,但它對我不起作用。
$hostname
$josh
$cat /etc/hosts
$127.0.0.1 josh
root@josh:/u01/app/oracle/product/11.2.0/xe/config/log# ls
cloneDBCreation.log CloneRmanRestore.log postDBCreation.log
root@josh:/u01/app/oracle/product/11.2.0/xe/config/log# grep ORA *
cloneDBCreation.log:ORA-01034: ORACLE not available
cloneDBCreation.log:ORA-01034: ORACLE not available
cloneDBCreation.log:ORA-01034: ORACLE not available
cloneDBCreation.log:ORA-27101: shared memory realm does not exist
cloneDBCreation.log:ORA-00845: MEMORY_TARGET not supported on this system
cloneDBCreation.log:ORA-01034: ORACLE not available
cloneDBCreation.log:ORA-01034: ORACLE not available
cloneDBCreation.log:ORA-01034: ORACLE not available
cloneDBCreation.log:ORA-01034: ORACLE not available
cloneDBCreation.log:ORA-01034: ORACLE not available
cloneDBCreation.log:ORA-01034: ORACLE not available
cloneDBCreation.log:ORA-01034: ORACLE not available
cloneDBCreation.log:ORA-01034: ORACLE not available
cloneDBCreation.log:ORA-01034: ORACLE not available
cloneDBCreation.log:ORA-01034: ORACLE not available
cloneDBCreation.log:ORA-01034: ORACLE not available
cloneDBCreation.log:ORA-01034: ORACLE not available
cloneDBCreation.log:ORA-01034: ORACLE not available
CloneRmanRestore.log:ORA-00845: MEMORY_TARGET not supported on this system
CloneRmanRestore.log:ORA-01034: ORACLE not available
CloneRmanRestore.log:ORA-01034: ORACLE not available
CloneRmanRestore.log:ORA-01034: ORACLE not available
postDBCreation.log:ORA-01034: ORACLE not available
postDBCreation.log:ORA-01034: ORACLE not available
postDBCreation.log:ORA-27101: shared memory realm does not exist
postDBCreation.log:ORA-00845: MEMORY_TARGET not supported on this system
postDBCreation.log:ORA-01034: ORACLE not available
postDBCreation.log:ORA-01034: ORACLE not available
postDBCreation.log:ORA-01034: ORACLE not available
https://stackoverflow.com/questions/16545412/problems-installing-oracle-database-express-edition-11g
還有很多很多。
答案1
看看ubuntu 14.4 上的 Oracle-xe 安裝有幫助...我列出了一個您可以下載的pdf文檔,該文檔逐步從官方下載到轉換為.deb 和安裝到使用 SQL 進行測試加。
-坦率