"Que ninguém se engane: só se consegue a simplicidade através de muito trabalho." - Clarice Lispector

Instalando Oracle XE no Linux

Sep 14, 2008 | 0 comments

Com permissão de root


[tramos@localhost ~]$ su
Senha:

Instale ou atualize o pacote bc-1.06-33.fc9.i386
[root@localhost tramos]# yum install bc

Instale o oracle


[root@localhost tramos]# rpm -ivh http://download-llnw.oracle.com/otn/linux/oracle10g/xe/10201/oracle-xe-10.2.0.1-1.0.i386.rpm
Obtendo http://download-llnw.oracle.com/otn/linux/oracle10g/xe/10201/oracle-xe-10.2.0.1-1.0.i386.rpm

Preparando... ########################################### [100%]
1:oracle-xe ########################################### [100%]
Executing Post-install steps...

You must run '/etc/init.d/oracle-xe configure' as the root user to
configure the database.

Em seguida configure o oracle


[root@localhost tramos]# /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 to accept the defaults.
Ctrl-C will abort.

Specify the HTTP port that will be used for Oracle Application Express [8080]:8087

Specify a port that will be used for the database listener [1521]: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]: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:8087/apex"

Em seguida acesse o link indicado com o usuário system ou sys e com a senha definidos no monento de configuração

Faça seu comentário