xml import command in oaf
In this post , I will share the xml import command in oaf , Which helps to migrate and register the OAF objects in the application server Java_Top. With the help of this command we can import oaf objects under the Application server. To run jpx import command in oaf Oracle environment we first need to migrate/move all the OAF page objects from local desktop to the oracle application server Java_Top. We need to pass the credentials of the server in these JPX scripts to register the OAF objects in the Oracle Application server. Here below I am sharing the complete jpx import command in oaf for VO , EO , AM and for other objects. here below I am sharing all the example of xml import command in oaf.
2 import xml import command in oaf
XML import command for View Object (VO)
java oracle.jrad.tools.xml.importer.XMLImporter $JAVA_TOP/oracle/apps/xxap/oie/server/ TrackExpenseReportsVOEx.xml -rootdir $JAVA_TOP -username apps -password apps -dbconnection " (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=server name)(PORT=100001))(CONNECT_DATA=(SERVICE_NAME=SID NAME)))"
XML import command for Application Module (AM)
java oracle.jrad.tools.xml.importer.XMLImporter $JAVA_TOP/oracle/apps/xxap/oie/server/ TrackExpenseReportsAMEx.xml -rootdir $JAVA_TOP -username apps -password apps -dbconnection " (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=server name)(PORT=100001))(CONNECT_DATA=(SERVICE_NAME=SID NAME)))"
XML import command for OAF Page Region(RG)
java oracle.jrad.tools.xml.importer.XMLImporter $JAVA_TOP/oracle/apps/xxap/oie/server/ TrackExpenseReportsRN.xml -rootdir $JAVA_TOP -username apps -password apps -dbconnection " (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=server name)(PORT=100001))(CONNECT_DATA=(SERVICE_NAME=SID NAME)))"
0 comments:
Post a Comment