Monday 17 February 2014

How to deployee OAF pages into Instaces

We can import OAF pages in two process:
1)From Jdev:
go to cmd prompt and change the directry to cd p6908968_R12_GENERIC\jdevbin\oaext\bin.
and run below command (before running please change the details).

example:
import D:\OAF\jdevhome\jdev\myprojects\test\oracle\apps\geogont\shopfloor\webui\test.xml -rootdir D:\OAF\jdevhome\jdev\myprojects -username apps -password welcomed1 -dbconnection "(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=))(CONNECT_DATA=(SID=)))"

2)Using linux:

Move the files into $JAVA_TOP/ and run the below example

java oracle.jrad.tools.xml.importer.XMLImporter $JAVA_TOP/xxmb/oracle/apps/xxcicms/contest/definition/webui/test.xml -rootdir $JAVA_TOP -username apps -password cmnewapps2013 -dbconnection "(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=))(CONNECT_DATA=(SID=)))"


No comments:

Post a Comment