Oracle Database XE
Jul 14th, 2006 by LinuXo
Hace ya algún tiempo que intenté instalar Oracle Database 10g en mi máquina, pero no lo conseguí por diversos motivos. Ahora Oracle ha sacado, gratuitamente, Oracle Database Express Edition que son como 220 Mb y que la verdad es bastante fácil de instalar.
Acá están las Instrucciones para echarla a andar.
Yo solamente instalé el paquete con “dpkg” y listo, seguidamente la configuré haciendo:
root@ubuntu:~# dpkg -i /home/memo/oracle-xe_10.2.0.1-1.0_i386.deb
(Reading database ... 108145 files and directories currently installed.)
Preparing to replace oracle-xe 10.2.0.1-1.0 (using .../oracle-xe_10.2.0.1-1.0_i386.deb) ...
Unpacking replacement oracle-xe ...
Setting up oracle-xe (10.2.0.1-1.0) ...
Executing Post-install steps...
You must run '/etc/init.d/oracle-xe configure' as the root user to configure the database.
root@ubuntu:~# /etc/init.d/oracle-xe configure
Oracle Database 10g Express Edition Configuration
-------------------------------------------------
This will configure on-boot properties of Oracle Database 10g Express
Edition. The following questions will determine whether the database should
be starting upon system boot, the ports it will use, and the passwords that
will be used for database accounts. Press
Ctrl-C will abort.
Specify the HTTP port that will be used for Oracle Application Express [8080]:
Specify a port that will be used for the database listener [1521]:
Specify a password to be used for database accounts. Note that the same
password will be used for SYS and SYSTEM. Oracle recommends the use of
different passwords for each database account. This can be done after
initial configuration:
Confirm the password:
Do you want Oracle Database 10g Express Edition to be started on boot (y/n) [y]:
Starting Oracle Net Listener...Done
Configuring Database...Done
Starting Oracle Database 10g Express Edition Instance...Done
Installation Completed Successfully.
To access the Database Home Page go to "http://127.0.0.1:8080/apex"
Así de fácil!!! Por aquí les dejo una Captura
Ahora, a leer los manuales…






