Oracle Database 10g Express Edition Installation in Centos
Quote:
1. Download Oracle-xe-univ-10.2.0.1-1.0.i386.rpm from Oracle Database 10g Express Edition Downloads for Linux x86
2. Type rpm -ivh oracle-xe-univ-10.2.0.1-1.0.i386.rpm
Preparing... ########################################### [100%]
1: oracle-xe-univ ########################################### [100%]
Executing Post-install steps...
Oracle-xe 0: off 1: off 2: off 3: on 4: off 5: on 6: off
You must run '/etc/init.d/oracle-xe configure' as the root user to
configure the database.
3. Type /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
*8080 port has assigned to jboss server so Type 8081 and press ENTER
4.Specify a port that will be used for the database listener [1521] :
*1521 Port is default for Database listener, Just Press ENTER
5.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:123456
Confirm the password:123456
* create your own password
6. Do you want Oracle Database 10g Express Edition to be started on boot (y/n) [y]:
*press ENTER to start Oracle while BOOT
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 |
Quote:
Login with
username: system
password: 123456
|
Regards