Monday, 20 July 2015

Oracle 12c Step by Step Installation

In this post, I will show you step by step installation of Oracle SOA 12c


Before starting the installation, make sure that you have a working Java Development Kit (JDK) environment.  At the moment Oracle Fusion Middleware products require JDK7.0 Update 55 or later.

Obtain the Product

Go to below link.
 
 
Accept the License Agreement.
  
  
Click on Download link to download the installer.
  
Find the fmw_12.1.3.0.0_soaqs_Disk1_1of1.zip, download it onto your system and extract it.
Soa suite download

















 

 

 

 

 

You will see one jar file downloaded to your system. Extract that jar file and you will see below two executable jar files.
  •  fmw_12.1.3.0.0_soa_quickstart
  •  fmw_12.1.3.0.0_soa_quickstart2
You also need to download supported JDK, you will not be able to run Oracle SOA 12c installer if you don’t have supported JDK. You can download latest jdk from below link.

 http://www.oracle.com/technetwork/java/javase/downloads/index.html

 

Installing Oracle SOA Suite Quick Start Distribution

1. Lauch the quick start installer from a cmd window:
Go to java bin folder where you have installed latest JDK. E.g. C:\Program Files\Java\jdk1.8.0_05\bin Oracle SOA 12c is an executable jar file so we need to run it from command prompt. Run below command in command prompt. Java –jar Oracle_SOA_12c_exceutable_Jar_File_Location

Here you need to provide first executable jar file path.
java -jar fmw_12.1.3.0.0_soa_quickstart.jar

2. The installation wizard will launch and the installation welcome screen should appear.
Soa step1of6




























3. Click Next.
Soa step2of6




























4. Click on Browse and navigate to the folder where the SOA Suite Quick Start installation home should be placed.
5. Click Next.
Soa step3of6




























6. Click Next.
Soa step4of6




























Some time you may get below error when installer copy files to your system. This error occur when you use JDK 8 but you will not get this error when you use JDK 7.
 
 
7. Click Install to start the installation. This will only take a few minutes and after that successful installation should be confirmed with the following screen:
Soa step5of6




























8. Click Next.
Soa step6of6



























 

9. In this screen, you see installation summary. If you want to start the Jdeveloper then you can check the “Start Jdeveloper” box and click on Finish.



10. Leave the Start JDeveloper check box selected, so that the JDeveloper Integrated Development Environment is automatically started, and click Finish.
JDeveloper launches and after a few seconds, the Select Role screen should show up.

Jdev select role























11. Select the Studio Developer role and click OK.
 When prompted, say No to import preferences from a previous JDeveloper installation. The JDeveloper IDE with the Start Page should show up.

Jdev




















12. Now we will add SOA extension to the JDeveloper. To do this go to Help --> Check for Updates.



Check all checkboxes and click on next.



Then you will see next window and in that window you see IDE folder and under that you see "Extension SDK".

Click on the checkbox and install it.



 13. To launch the integrated WebLogic Server, chose Run from the main menu and then select Start Server Instance from the drop-down menu.
Run menu
















14. The first time you launch the server instance, you will be prompted to enter a password for your default domain. Enter welcome1 into the Password and Confirm Password field and leave the other fields on the default.
Create default domain

























15. Click OK to launch the integrated server. This will take several minutes.
You can track the server’s launch in the Messages window pane. This window should automatically open at the bottom of the JDeveloper screen. If it is not there, you can open it by selecting Window from the top bar menu and Log from the drop-down menu.
When you see the following messages appear in the log, the Integrated WebLogic Server has launched successfully.
soa-console












The Oracle SOA Suite Development environment is now ready to use.