19:42
0
Vamos instalar o oracle 10 xe em um ubuntu 32-bits

Requisitos para  o sucesso:
a) Ubuntu instalado com sudo para todas as operações.
b) 512 MB RAM
c) 1 GB swap-space
d) 1.5 GB  em  /usr/lib.




Requisitos atendido vamos baixar o pacote : http://ubuntuone.com/2wvJRVBirvGD5zUpWCtP2X

File size : 220670896
md5sum : 47a83df38f2cbcd78b9a1f110c1c5d92
sha1sum : be666229e036afa85dcc9437d48a418bf65c3468


Enquanto baixa o pacote podemos ir adiante.
1) instalar o pacote libaio1 .
             sudo apt-get install libaio1

Download concluido vamos instalar o orale
2) Instalar o Oracle 10g XE :
             sudo dpkg -i oracle-xe_10.2.0.1-1.0_i386.deb

3) Configura o oracle :
           sudo  /etc/init.d/oracle-xe configure

Aparecera as perguntas abaixo , apenas as perguntas em vermelho precisa ser respondida pois é a senha que você ira acessar o seu banco inicialmente.

A valid HTTP port for the Oracle Application Express (the default is 8080)
A valid port for the Oracle database listener (the default is 1521)
A password for the SYS and SYSTEM administrative user accounts 
Confirm password for SYS and SYSTEM administrative user accounts
Whether you want the database to start automatically when the computer starts (next reboot).

4) Execute os comandos abaixo:
              echo "export ORACLE_HOME=/usr/lib/oracle/xe/app/oracle/product/10.2.0/server" >> ˜/.bashrc 
              echo "export ORACLE_SID=XE" >> ˜/.bashrc  
             echo "export PATH=$ORACLE_HOME/bin:$PATH" >> ˜/.bashrc  




0 comentários:

Postar um comentário