Skip to main content

Posts

Showing posts with the label E-BIZ R12 INSTALLATION

Oracle APPS R12 Installation

E-biz R12 INSTALLATION 1.1 Server Configuration IP : 192.168.1.141 Name : kashif.orafact.com RAM : 2GB Swap : 4GB Platform : Oracle Enterprise Linux 5 – 64bit 1.2 Prerequisites Editing Hosts file Verify the /etc/hosts file [root@rac1 ~]# vi /etc/hosts # Do not remove the following line, or various programs # that require network functionality will fail. 127.0.0.1 localhost.localdomain localhost 192.168.1.141 kashif.orafact.com rac1 Installing Patches Verify the Below RPM patches [root@rac1 ]# rpm -qa binutils* [root@rac1 ]# rpm -qa control-center* [root@rac1 ]# rpm -qa gcc* [root@rac1 ]# rpm -qa glibc* [root@rac1 ]# rpm -qa libstdc* [root@rac1 ]# rpm -qa libgcc* [root@rac1 ]# rpm -qa make* [root@rac1 ]# rpm -qa setarch* [root@rac1 ]# rpm -qa sysstat* [root@rac1 ]# rpm -qa libaio* Install missing RPM patches [root@rac1 ]# rpm -Uvh compat-glibc-2.3.4-2.26.i386.rpm [root@rac1 ]# rpm -Uvh compat-glibc-headers-2.3.4-2.26.x86_64.rpm [root...