Oracle Database 11g Express Edition Installation

Download Oracle XE from Oracle.

rpm -i oracle-xe-11.2.0-1.0.x86_64.rpm

Executing post-install steps…

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

[root@database Disk1]# /etc/init.d/oracle-xe configure

Oracle Database 11g Express Edition Configuration

————————————————-

This will configure on-boot properties of Oracle Database 11g 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]:

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 11g Express Edition to be started on boot (y/n) [y]:

Starting Oracle Net Listener…

echo “source /u01/app/oracle/product/11.2.0/xe/bin/oracle_env.sh” >> /home/oracle/.bash_profile

After you install Oracle Database XE, its graphical user interface is only available from the local server, but not remotely.

The following will correct the problem if necessary:

Login as user Oracle or use:

su – oracle

sqlplus / as sysdba

At the SQL prompt, enter the following command:

EXEC DBMS_XDB.SETLISTENERLOCALACCESS(FALSE);

exit

-
reboot

access apex remotely now at http://hostname:8080/apex/apex_admin

user = admin
password = whateveruenteredatinstall

Posted in Computers | Tagged , , , | Leave a comment