How to find version in oracle EBSR12.1.3


How to check my jre version R12.1.3 EBS?

[applmgr@sujeet ~]$ cat $FORMS_WEB_CONFIG_FILE|grep sun_plugin_version
sun_plugin_version=1.7.0_021

How to check my java version in R12.1.3 EBS?
[applmgr@sujeet ~]$ $ORACLE_HOME/jdk/bin/java -fullversion
java full version "1.4.2_14-b05"

How to check my forms version in R12.1.3 ebs?

[applmgr@sujeet ~]$ $ORACLE_HOME/bin/frmcmp_batch|grep Forms| grep Version
Forms 10.1 (Form Compiler) Version 10.1.2.3.0 (Production)

How to check my Apache version in R12.1.3 EBS?

[applmgr@sujeet ~]$ $IAS_ORACLE_HOME/Apache/Apache/bin/httpd -version
Server version: Oracle-Application-Server-10g/10.1.3.4.0 Oracle-HTTP-Server
Server built:   Jul  7 2008 14:58:00


How to check my pl/sql version in R12.1.3 EBS?

[applmgr@sujeet ~]$ $ORACLE_HOME/bin/frmcmp_batch|grep PL/SQL|grep Version
PL/SQL Version 10.1.0.5.0 (Production)

How to find workflow version in oracle apps R12.1.3?

SQL> select TEXT from WF_RESOURCES where
NAME='WF_VERSION';  2

TEXT
--------------------------------------------------------------------------------
2.6.0

No comments:

ORA-01552: cannot use system rollback segment for non-system tablespace 'TEMP'

 ORA-01552: cannot use system rollback segment for non-system tablespace "string" Cause: Used the system rollback segment for non...