Installing Oracle XE on RHEL 5.0

Bloged in Computer, Information Technology by deni Tuesday April 29, 2008

Oracle merupakan database sistem yang handal, atau lebih dikenal dengan RDBMS.
Dari awal saya mengenal oracle atau sekitar tahun 1999, oracle merupakan sistem database yang cukup sulit di install pada sistem operasi Linux, saya inget pertama kali mencoba menginstall oracle 8i pada sistem operasi Slackware dengan penuh cucuran keringat darah plus pusing-pusing kepala… masa lalu kita lupakan.

Setelah sekian lama saya mengenal Oracle saya baru mengetahui ternyata ada Oracle versi Expessnya..
Atau lebih kenal dengan Oracle XE (Expess Edition), sistem database ini pada release terakhirnya berbasis pada Oracle 10g release 2 atau 10.2.0.1

Saya mencoba untuk menginstall Oracle diatas sistem operasi Linux RHEL 5.0, sebelum melakukan installasi pastikan bahwa swap memory pada sistem linux anda adalah minimal 1024MB, dan disarakan physical memory adalah 512MB untuk development atau 1GB untuk production.

Untuk source installer Oracle XE dapat anda download disini.

Berikut ini adalah installasi Oracle XE pada sistem operasi Linux RHEL :

[root@erp deni]# rpm -ivh oracle-xe-10.2.0.1-1.0
error: open of oracle-xe-10.2.0.1-1.0 failed: No such file or directory
[root@erp deni]# rpm -ivh oracle-xe-10.2.0.1-1.0.i386.rpm
Preparing… ########################################### [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.

atau bila tidak memerlukan preparation dapat dilakukan dengan perintah :

[root@erp deni]# rpm -ivh –nopre oracle-xe-10.2.0.1-1.0.i386.rpm

Setelah itu akan kita lakukan konfigurasi database dengan perintah :

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

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

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]: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:8081/apex”

lalu untuk menjalannya pake perintah
[root@erp deni]# /etc/init.d/oracle-xe start
Starting Oracle Database 10g Express Edition Instance.
Done!

dan hasil nya bisa dilihat pada layar gambar berikut:

Have fun bila ada yang mau mencobanya..:)

Leave a Reply

22 queries. 0.228 seconds.
Powered by Wordpress
theme by evil.bert