Sunday 24 November 2013

Import oaf pages from unix server or apps server

To import OAF pages within the server just use the steps:

Just go to $APPL_TOP and run the command below:

java oracle.jrad.tools.xml.importer.XMLImporter
$JAVA_TOP/xxcholas/oracle/apps/fnd/search/webui/EmpSearchPG.xml
-username APPS -password apps -dbconnection "(DESCRIPTION= (ADDRESS=(PROTOCOL=tcp)
(HOST=<Host name of ip of the instance>)(PORT=<default port of the instance>)) (CONNECT_DATA= (SID=<SID of the instance>) ) )" -rootdir $JAVA_TOP ;


No comments:

Post a Comment