Configurando o banco de dados Oracle 11g no Ubuntu 14.04 /u01/app/oracle/product/11.2.0/xe/config/log para obter detalhes

Configurando o banco de dados Oracle 11g no Ubuntu 14.04 /u01/app/oracle/product/11.2.0/xe/config/log para obter detalhes

Estou preso à configuração do banco de dados Oracle 11g no Ubuntu 14.04 64 bits. Eu sei que esta pergunta foi respondida muitas vezes.

Eu tentei de tudo e por dois dias estou preso com esse erro. Eu preciso desesperadamente configurar isso.

Tutorial de instalação Como instalar o Oracle 11gR2 no Ubuntu 14.04?

Tudo funciona perfeitamente bem até esta etapa

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

Eu sei que este é um problema de nome de host, como sugere a maioria dos blogs e fóruns, mas não está funcionando para mim.

$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 

Coisas que eu já tentei https://askubuntu.com/questions/631681/database-configuration-failed-look-into-u01-app-oracle-product-11-2-0-xe-confi

https://stackoverflow.com/questions/16545412/problems-installing-oracle-database-express-edition-11g

https://stackoverflow.com/questions/19957137/oracle-11g-xe-installation-error-database-configuration-failed

e muitos mais.

Responder1

Veja seInstalação do Oracle-xe no Ubuntu 14.4ajuda... Listo um documento pdf que você pode baixar que segue passo a passo desde o download oficial até a conversão para.deb e instalação para testes com SQLMais.

-Frank

informação relacionada