Configuring a compact domain on Oracle BPM Suite 12c

Assuming that you have a working BPM or SOA Suite installation and an Oracle Database Express Edition installation, then you can move on creating a compact domain. Otherwise, you may take a look here and here.

Open a terminal and enter the following commands:

1.  Navigate to Oracle_Home/oracle_common/bin, for example:

cd /Users/<your username>/Oracle/Middleware/Oracle_Home/oracle_common/bin

2. Execute RCU, which stands for Repository Creation Utility and will enable you to create the required schemas for compact domain. This will start a wizard to guide you through the procedure.

./rcu

3. Navigate through the next screens clicking next.



4. Enter your Database Server details and click next.



5. Select a prefix for the schemas to be created, choose which schemas you wish to create and click next.



6. Enter a password for all schemas and click next.



7. Click next through the next two screens.



8. A pop up will appear to ask permission to create tablespaces. Click ok.



9. Click create on the next screen to begin creating schemas. This will take some minutes.



10. Click close on the final screen.

Now, you have created the required schemas for a compact domain.

Next, you should configure a BPM domain to use those schemas.

11. Go to a terminal window, navigate to Oracle_Home/soa/common/bin and execute the following commands to launch the domain creation wizard.

cd /Users/<your username>/Oracle/Middleware/Oracle_Home/soa/common/bin/

CONFIG_JVM_ARGS=-Dcom.oracle.cie.config.showProfile=true

export CONFIG_JVM_ARGS

./config.sh

12. Navigate through the next two screens. On the second choose which components (BPM, SOA, OSB, BAM) you wish to include in your domain.



13. Click next on the next two screens, without changing anything unless you want to change the directory in which the domain will reside.



14. Enter the weblogic user password and click next through both screens.



15. Connect to the database in which we created the schemas previously.



16. Click next without editing anything over the next screens and you should be successful in creating the domain.






17. Now try to start the domain by navigating to the domain base folder and executing the startWeblogic.sh script. On a terminal:

cd Oracle_Home/user_projects/domains/base_domain

./startWebLogic.sh

When you see "SOA Platform is running and accepting requests." message then the domain has started.

Now you can connect it manually to JDeveloper, in the Application Servers window, as a standalone server.


Comments