Thursday, January 2, 2014

Migrating OAF pages from one instance to another



Migrating the OAF Page from One Instance to Other


Let us take u are moving the page from DEV instance to TEST instance.

Step1:-Compile all the database related objects in TEST.

Step2:-Copy the folder from the DEV instance which u want to migrate to TEST instance
from  $JAVA_TOP

Step3:- Move the copied folder to TEST instance in $JAVA_TOP.

 Step4:- Run the xml import command from $JAVA_TOP/xxsy/oracle/apps/inv/eo/webui in unix server.
              ($JAVA_TOP/path of the page)
java oracle.jrad.tools.xml.importer.XMLImporter $JAVA_TOP/xxsy/oracle/apps/inv/eo/webui/EmpPG.xml -rootdir  $JAVA_TOP -username apps -password apps -dbconnection "(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=focusthreadr12.com)(PORT=1530))(CONNECT_DATA=(SID=R12TEST)))"

Step5:-Bounce the apache.

Step6:-Create the function in TEST as in DEV.

Step7:-Attach the function to menu.

This finishes the migration of page from DEV to TEST.

No comments:

Post a Comment