Tuesday, August 21, 2018

Weblogic Server 12.2.1.3 Installation

In this post we'll see the Installation and configuration of Weblogic Server 12.2.1.3 version in a detailed step by step process. Also here I've configured WLS for ADF. Below are the required setup files.


Installing JDK:


Untar the jdk file by using the below command

tar -zxvf <jdk file name>


Installing Weblogic Server :


This 12.2. version of Weblogic Server is bit different in the Installation process in compared with the earlier releases. Here we need to run the Infrastructure installer. Let us see the steps in detail.













Now the Installation of the Infrastructure is completed. Next we need to create the required schema's, repository and configure the Base Domain to start the WLS.


Schema Creation:


To create schema we need to create a user at DB level and assign him DBA privileges.

Follow the below steps to accomplish the above said step.

create user as below

sqlplus '/as sysdba'

SQL> create user TEST identified by <password>;

then,





Repository Creation :


Now we'll see the repository creation using the RCU utility.






Make a note of the schema prefix given in this step. This schema owner name is needed in the coming steps











Configuring the Base Domain :


Now we need to create and configure a new domain to be used in the Weblogic server. Default name for the new domain will be base domain. Here I've kept the name as it is. You can change the name of the domain as per your requirement.








Now in this below step enter the Schema prefix you've noted in the previous step.









Now the Domain is configured. You are all set to go with the Weblogic Server. You can start the Weblogic Server as below




****************************நன்றி****************************

1 comment:

IAS Cache initialization failed

 Today I faced an Issue in R12.2 instance. The solution I followed to overcome the issue is very simple, but they are more than one solution...