Tuesday, March 09, 2010

Migrating 10.1.3.x project to 11g

You can migrate the SOA suite 10.1.3.x project to 11g.

Do the following.

Go to YOur ORACLE_HOME in 11g

D:\Oracle\Middleware\Oracle_SOA1\bin

and check if you have a command soaversion.cmd over there

run the command


D:\Oracle\Middleware\Oracle_SOA1\bin\soaversion.cmd




Now issue the following command



ant -f %ORACLE_HOME%\bin\ant-sca-upgrade.xml -Dsource \Process
-Dtarget c:\data\mywork -DappName 11gSR


A lot of things are here to watch carefully.

\Process is the path where our jpr file is located for the source bpel process

c:\data\mywork is the location where in we want to store our converted jpr file to composite.xml

11gSR is the name of the application you wanted to create for the 11g

No comments: