Posts

Showing posts from April, 2015

Oracle 11g:OEM grid control 11gR1 installation and configuration on Windows Server (64 Bit)

Image
Oracle 11g:OEM grid control 11gR1 installation and configuration on Windows Server (64 Bit) This post is mainly written for Installation of Oracle 11gR1(11.1.0.1.0) OEM grid control on windows server. We will install it on separate grid server which OS is windows server 2012. 64 bit. Perquisites.. Oracle Database for repository of OEM grid control. All servers hosts names added to hosts files on server. Installation of Weblogic server. We will go steps by steps to complete grid control configuration. 1.Installation of JDK. Read on this link.. http://oracle-mssql-dba.blogspot.in/2015/04/oracle-11g-grid-controlweblogic-1032.html 2.Installation of Weblogic Server for middleware. Read on this link.. http://oracle-mssql-dba.blogspot.in/2015/04/oracle-11g-grid-controlweblogic-1032.html 3.Make necessary changes to repository database. sqlplus / AS SYSDBA ALTER SYSTEM SET log_buffer=10485760 SCOPE=SPFILE; ALTER SYSTEM SET processes=500 SCOPE=SPFILE; ALTER S

Oracle 11g grid control:Weblogic 10.3.2 Installation on windows server 64 Bit

Image
Oracle 11g grid control:Weblogic 10.3.2 Installation on windows server 64 Bit Today We will learn to installaton of Weblogic installation for middleware in grid control configuration. This installation requires  JDK with suitable version to support as it will give error while configuration so be careful while choosing JDK to install. For us, We will use  Java TM  Platform, Standard Edition 6 Development Kit. You can also download it from  http://www.oracle.com/technetwork/java/javase/downloads/java-archive-downloads-javase6-419409.html#jdk-6u18-oth-JPR Check installed version. Download the Weblogic server 10.3.2 from oracle.com Do not download any other versions of Weblogic because other versions doesnt work with grid control configuration. This version is archived from oracle site .So getting this need to create "Contact US SR" to oracle to provide edelivery link to download the weblogic server. Once download finish, We will proceed wit