Monday, 30 June 2014

creating soa 12C domain

This post will give you clear step by step process of creating 12c soa domain. In my next post i am going to schedule a job (soa job). So i am creating ESS server along with soa server. Lets start by creating rcu.
we dont need to have a separate software for rcu. In 12C rcu became the part of soa suite. In this post i am not showing soa suite installation, you can find it in my previous posts.

prerequisites:
1. jdk 7
2. soa suite12c
3. oracle database 12c

creating RCU:
1. open <middleware>/oracle_home/oracle_common/bin directory. click on rcu.bat
2. make sure create Repository is selected and click on next

 3. provide database details
 4. Prerequisites check windows opens. click on ok
 5. enter prefix name and check soa suite. we are creating ESS server so check Oracle Enterprise Scheduler
 6. I will checks for component prerequisites, click on ok
 7. enter password for all schemas
 8. leave this step as it is.
 9. click on next
 10. click ok to create tablespaces
 11. click ok
 12. click create
 13. After installation successful click on close

Domain creation:
1. open <weblogic_home>/common/bin. click on config.cmd
 2. In the create domain window, rename the domain in the domain location field
 3. check the following templates.
       Oracle SOA Suite
       Oracle Enterprise Scheduler Service Basic
       Oracle SOA Core Extension
       Oracle Enterprise Manager Plugin for ESS
 4. click on next
 5. enter password and confirm password
 6. click on next
 7. select manual configuration and click next
 8. change rcu prefix and enter database details.
 9. click next
 10. I creating very simple domain. so i dont need to create node manager, frontend host capture and jms file        store
 11. click next

 12. click next
 13. click next
 14. click next
 15. click next
 16. click create

 17. click next
 18. click finish
19. domain installation completed. start weblogic server
20. weblogic server will start derby server
21. start soa server
 22. start ess server

23. open em 



No comments:

Post a Comment