

- #ORACLE DATABASE EXPRESS EDITION 11G INSTALL#
- #ORACLE DATABASE EXPRESS EDITION 11G UPDATE#
- #ORACLE DATABASE EXPRESS EDITION 11G MANUAL#
- #ORACLE DATABASE EXPRESS EDITION 11G SOFTWARE#
ORACLE_HOME=$ORACLE_BASE/product/11.2.0/db_1 export ORACLE_HOME ORACLE_BASE=/u01/app/oracle export ORACLE_BASE ORACLE_UNQNAME=DB11G export ORACLE_UNQNAME ORACLE_HOSTNAME=ol5-112.localdomain export ORACLE_HOSTNAME

Login as the oracle user and add the following lines at the end of the ".bash_profile" file, remembering to adjust them for your specific installation. Login as root and issue the following command.
#ORACLE DATABASE EXPRESS EDITION 11G SOFTWARE#
If you have the Linux firewall enabled, you will need to disable or configure it, as shown here or here.Ĭreate the directories in which the Oracle software will be installed. If SELinux is disabled after installation, the server will need a reboot for the change to take effect. Click on the SELinux tab and disable the feature. Set secure Linux to permissive by editing the "/etc/selinux/config" file, making sure the SELINUX flag is set as follows.Īlternatively, this alteration can be done using the GUI tool (Applications > System Settings > Security Level). The following setup tasks must be performed regardless of which setup method you used previously. We are not going to use the "asmadmin" group, since this installation will not use ASM. Useradd -g oinstall -G dba,oper,asmadmin oracle
#ORACLE DATABASE EXPRESS EDITION 11G INSTALL#
Install the following packages if they are not already present. Run the following command to change the current kernel parameters.Īdd the following lines to the "/etc/security/nf" file. # semaphores: semmsl, semmns, semopm, semmni The current values can be tested using the following command.Īdd or amend the following lines in the "/etc/nf" file. Oracle recommend the following minimum parameter settings. If you have not used the "oracle-validated" package to perform all prerequisites, you will need to manually perform the following setup tasks.
#ORACLE DATABASE EXPRESS EDITION 11G UPDATE#
It is probably worth doing a full update as well, but this is not strictly speaking necessary. If you plan to use the "oracle-validated" package to perform all your prerequisite setup, follow the instructions at to setup the yum repository for OL, then perform the following command.Īll necessary prerequisites will be performed automatically. The Additional Setup is required for all installations.
#ORACLE DATABASE EXPRESS EDITION 11G MANUAL#
Perform either the Automatic Setup or the Manual Setup to complete the basic prerequisites. The "/etc/hosts" file must contain a fully qualified name for the server.ġ27.0.0.1 localhost.localdomain localhostġ92.168.2.181 ol5-11gr2.localdomain ol5-11gr2 Oracle Installation Prerequisites You should now have a single directory called "database" containing installation files.
