Starting the Oracle Fusion Middleware and Oracle SOA Suite Domains on the Source Database

To start the domains on the source database:

  1. Enter the following commands to start the Oracle Fusion Middleware domain:
    cd /u01/oracle/middleware/domains/fmw_domain
    ./startWebLogic.sh
    cd /u01/oracle/middleware/domains/fmw_domain/bin
    ./startManagedWebLogic.sh infra_server1 http://192.168.56.92:7001
    
  2. Enter the following commands to start the Oracle SOA Suite domain:
    cd /u01/oracle/middleware/domains/soa_domain
    ./startWebLogic.sh
    cd /u01/oracle/middleware/domains/soa_domain/bin
    ./startManagedWebLogic.sh soa_server1 http://192.168.56.92:7010

Note:

The JDBC connections are still pointing to the source database (soa-host01.example.com).