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/xxx/oracle/apps/inv/eo/webui in unix server.
              ($JAVA_TOP/path of the page)
java oracle.jrad.tools.xml.importer.XMLImporter $JAVA_TOP/xxx/oracle/apps/inv/eo/webui/EmpPG.xml -rootdir  $JAVA_TOP -username apps -password apps -dbconnection "(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=<host_name>)(PORT=1521))(CONNECT_DATA=(SID=<SID>)))"
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.

Comments