Oracle SOA/BPM 12c Installation

Oracle SOA/BPM 12c Installation steps on windows


Following steps


  1. Install Database
  2. Install SOA/BPM software
  3. Create Repository
  4. Create Domain.


First you need to downloaded latest Oracle SOA/BPM installation files from Oracle site.
i.e. http://www.oracle.com/technetwork/middleware/bpm/downloads/index.html?ssSourceSiteId=ocomen


Decompress files and get Jar files


Install latest JDK i.e 1.8


Install SOA/BPM Suite

Please set the JAVA_HOME before you start

Run the setup but using the following command


Java –jar fmw_12.2.1.3.0_bpmquickstart.jar






Next




Install


Click next and unselect “Start JDeveloper” check box


And Finish Installation process.

Repository creation


Go to oracle_common\bin


And run rcu







System load and product load if you have sysdba access to repository database


Otherwise select Prepare Scripts for system load and provide to dba


And after dba ran the scripts then Choose Perform Product Load


I am selecting System load and product load for this installation.


Assuming you already installed Oracle Database 12.1.0.2


Execute following sql to find pluggable database
select name from v$services;


Provide database instance details and click Next and Prerequisites check dialog will appear.




Provide repository schema password




Click Next




Click Create



SOA/BPM domain creation


Go to oracle_common\common\bin
Run config



Oracle SOA suite - 12.2.1.3.0 [soa]
Oracle BPM suite - 12.2.1.3.0 [soa]
And other related competes will be automatically selected.
Optionally you can select Oracle B2B abd Business Activity Monitoring or any other required for your business process development need.




Click Net




Set Weblogic Password




Click Next




Set domain directory or select default and click next




Select you domain mode and click next







Above all tests must be successfully, otherwise check the notified issues and correct before continuing.




Click Next




Click Next




Summary report will appear and select Create





Now new SOA/BPM enabled Domain has been created and complete installation is ready for development


To start WebLogic and domain


Do to domain folder


C:\Oracle\Middleware12c\Oracle_Home\user_projects\domains\base_domain\bin


First run startWeblogic.cmd
Then run startManagedWeblogic.cmd soa_server1
And provide weblgic user and password


Please note that run start both servers in separate terminals and do not close otherwise server will be shutdown.


Oracle Jdeveloper for SOA/BPM is installed with this installation you target to jdeveloper direct under weblogic home and run j


i.e C:\Oracle\Middleware12c\jdeveloper\jdeveloper.exe


Good luck.


You can post your question and any help required, I will do my best.

Post a Comment

0 Comments