Wednesday 27 June 2012

OAF Page Migration


OAF Page Migration

1. SCP the Directory Structure from Source(DEV) to Target(CRP2).
$ scp -r appldev@mkkserver1:${xx_srcjavatopxx}/xxmkk/oracle/apps/eam/cwsa/* ${JAVA_TOP}/xxmkk/oracle/apps/eam/cwsa/

2. Determine the Name of the XMLs that needs to be imported, webui and lov xmls are the one.
find . -name "*.xml" -print | grep webui

3. Run the XMLImporter Command in TARGET Instance:
adjava oracle.jrad.tools.xml.importer.XMLImporter XXMKKCreatePropVehiclePG.xml -username apps -password ${xx_appspassword} -rootdir ${JAVA_TOP} -dbconnection "(DESCRIPTION= (ADDRESS=(PROTOCOL=tcp)(HOST=mkkserver2.mkkdomain.net)(PORT=1527)) (CONNECT_DATA= (SERVICE_NAME=MKKCRP2) (INSTANCE_NAME=MKKCRP2)))"

4. Restart only OACORE Service, nothing else is required.

No comments:

Post a Comment