Showing posts with label EBS R12 Useful. Show all posts
Showing posts with label EBS R12 Useful. Show all posts

Thursday, November 26, 2015

EBS R12 Components Installed Versions

How to Check EBS R12 Installed Tools Version:

Execute following Scripts to know each component versions.



  • Orace As 10g Version:   cat $CONTEXT_FILE | grep ias_version
  • Apache Version: $IAS_ORACLE_HOME/Apache/Apache/bin/httpd –v
  • Perl Version: $IAS_ORACLE_HOME/perl/bin/perl -v|grep built
  • Java Version: sh -c "`awk -F= '$1 ~ /^JSERVJAVA.*$/ {print $2}' $ADMIN_SCRIPTS_HOME/java.sh` -version;"
  • Client JRE Version: cat $FORMS_WEB_CONFIG_FILE|grep sun_plugin_version| cut -c 1-35
  • JAVA Plugin Version: cat $CONTEXT_FILE | grep plugin
  • Forms Version: $ORACLE_HOME/bin/frmcmp_batch|grep Forms| grep Version
  • Reports Version: $ORACLE_HOME/bin/rwrun | grep Release
  • PLSQL Version: $ORACLE_HOME/bin/frmcmp_batch|grep PL/SQL|grep Version
  • Form Communication Mode: If bellow returns some value it is in servlet mode, if not socket mode.
          cat $FORMS_WEB_CONFIG_FILE|grep serverURL=


  • OUI Version: $IAS_ORACLE_HOME/oui/oraparam.ini | grep OUI_VERSION

  • DB Version: select banner from v$version;
  • Application Release: select release_name from apps.fnd_product_groups;