Here is the step by step installation of Oracle Fusion Middleware 12C:-
Download latest JDK 7 from below link:-
http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html
Download Oracle Soa suite installer from below link:-
http://www.oracle.com/technetwork/middleware/soasuite/downloads/index.html?ssSourceSiteId=opn
By the end of installation , you will have two files:-
fmw_12.1.3.0.0_soa_quickstart.jar
fmw_12.1.3.0.0_soa_quickstart2.jar
It will open a new window like below & click Next:-
Step2:- Choose the 12C Oracle Home and click next
Step3:- Click next
Step4:- Click Install
Step 5 :-
Step 6:- Click Finish
RCU Creation:-
Step 2:- Provide 12C Database Details. Note, I have given 12C service name orcl2 and port 1522
Step 3:- Choose below Schemas to be created and click next
After completion , click OK.
Step 4:- Define Password for schemas
Step 5:- Click Next
Step 6:- Click Create
Step 7:- Click Close
Domain Configuration:-
1.)Open Command Prompt and execute below commands:-
After this a new window will appear and require some configurations:-
1.)Select 'Create a new compact domain' option and Give a name to domain . Example:- Test_domain
2.)Choose the Products which you want to install on domain:-
10.) Set the admin server port
11.)On Configuration Summary Screen, click Create
13.)On Configuration Success screen ,select the check box for start Admin server and then click Finish
Will Add description later on
Download latest JDK 7 from below link:-
http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html
Download Oracle Soa suite installer from below link:-
http://www.oracle.com/technetwork/middleware/soasuite/downloads/index.html?ssSourceSiteId=opn
By the end of installation , you will have two files:-
fmw_12.1.3.0.0_soa_quickstart.jar
fmw_12.1.3.0.0_soa_quickstart2.jar
Open command prompt & execute below commands:-
1.) SET JAVA_HOME=C:\Vinit\Softwares\Java\jdk1.7.0_51[Set this path as per your directory structure]
2.)%JAVA_HOME%\bin\java –jar fmw_12.1.3.0.0_soa_quickstart.jar
It will open a new window like below & click Next:-
Step2:- Choose the 12C Oracle Home and click next
Step3:- Click next
Step4:- Click Install
Step 5 :-
Step 6:- Click Finish
RCU Creation:-
- Open command Prompt and execute below command to set Oracle Home:-
2. Browse to below directory from command prompt
cd <ORACLE_HOME>\oracle_common\bin
3. Execute RCU.bat
After this a new window will appear and require some configurations:-
Step 1:- Choose Create Repository option as below:-
Step 3:- Choose below Schemas to be created and click next
After completion , click OK.
Step 4:- Define Password for schemas
Step 5:- Click Next
Step 6:- Click Create
Step 7:- Click Close
Domain Configuration:-
1.)Open Command Prompt and execute below commands:-
cd ORACLE_HOME\oracle_common\common\bin
SET CONFIG_JVM_ARGS=-Dcom.oracle.cie.config.showProfile=true
config.cmd
After this a new window will appear and require some configurations:-
1.)Select 'Create a new compact domain' option and Give a name to domain . Example:- Test_domain
3.)Click Next
4.) Choose Username and password and click next
5.)Select the Domain Mode & JDK Location and click next
6.)Click on RCU data & then fill the Database Details . After that Click on 'Get RCU Configuration'
7.)On the Component datasources screen, Verify that the values on the JDBC Component Schema are correct for all schemas and then click Next
8.)Use the JDBC Component Schema Test screen to test the datasource connections you have just configured
9.)On Advanced Configuration screen, click Next without selecting anything
10.) Set the admin server port
11.)On Configuration Summary Screen, click Create
12.)On the Configuration progress screen ,click Next
13.)On Configuration Success screen ,select the check box for start Admin server and then click Finish
Will Add description later on
No comments:
Post a Comment