Showing posts with label version. Show all posts
Showing posts with label version. Show all posts

Friday, July 29, 2016

How to check versions in Oracle Apps R12?

To check 10.1.3 $ORACLE_HOME Patch set information:

$cat $CONTEXT_FILE | grep -i ias_version

                          [or]
$cat $ORACLE_HOME/config/ias.properties | grep Version  (12.0)
$cat $ORA_CONFIG_HOME/10.1.3/config/ias.properties | grep Version(12.1)


To check File version:
 adident Header $JAVA_TOP/oracle/apps/jtf/regress/qatool/testcase/JavaVersionTest.class

$Header JavaVersionTest.java 120.3 2008/04/29 19:18:28 rlandows ship $

How to Compile Forms , Reports & Custom.pll in R12.2

How to Compile Custom.pll   cd $AU_TOP/resource  cp CUSTOM.plx CUSTOM.plx_bkup  cp CUSTOM.pll CUSTOM.pll_bkup  frmcmp_batch module=CUSTOM.pl...