Below are the steps to be carried out for OAF Deployment in Oracle R12.1.X
Step 1 : LOG INTO APP TIER ENVIRONMENT as Superuser
Step 2 : GOTO $JAVA_TOP ==> cd $JAVA_TOP
Step 3 : GOTO FOLLOWING CUSTOM PATH ==> cd XX/oracle/apps/../..
Step 4 : MOVE ALL OBJECTS TO CORREPONDING DIR.
1. Directory server - JAVA & XML Files of AM,EO,VO .
2. Directory webui - JAVA & XML Files of CO,PG.
Step 5 : COMPILE ALL JAVA FILES IN RESPECTIVE DIRECTORY.
1. javac file_name.java (To compile one file)
2. javac *.java (To compile all files)
Step 6 : IMPORT XML PAGE INTO DATABASE
java oracle.jrad.tools.xml.importer.XMLImporter <Page_name>.xml -username apps -password <pwd> -dbconnection "(DESCRIPTION =(ADDRESS=(PROTOCOL = tcp)(HOST =<DB Host Address>)(PORT =<Host Port no>))(CONNECT_DATA =(SID =<SID name>)))" -rootdir $JAVA_TOP
Step 7 : BOUNCE APACHE/OACORE SERVER.
1. $INST_TOP/admin/scripts/adoacorectl.sh stop
2. $INST_TOP/admin/scripts/adoacorectl.sh start
Note : Execute Below Command To change user as Superuser
Sudo su – applmgr or pbrun -u applmgr runshell
No comments:
Post a Comment