Below script to know the versions of Apache, Jserv, Forms, Jinitiator and Perl version in Oracle Ebiz R12.
Apache Version:
-bash-3.2$ $IAS_ORACLE_HOME/Apache/Apache/bin/httpd -v
Server version: Oracle-Application-Server-10g/10.1.3.5.0 Oracle-HTTP-Server
Server built: Aug 1 2009 07:55:39
Apache Version:
-bash-3.2$ $IAS_ORACLE_HOME/Apache/Apache/bin/httpd -v
Server version: Oracle-Application-Server-10g/10.1.3.5.0 Oracle-HTTP-Server
Server built: Aug 1 2009 07:55:39
(Note : Red color is script and below is the output)
Java Version:
-bash-3.2$ sh -c "`awk -F= '$1 ~ /^JSERVJAVA.*$/ {print $2}' $ADMIN_SCRIPTS_HOME/java.sh` -version;"
java version "1.6.0_71"
Java(TM) SE Runtime Environment (build 1.6.0_71-b31)
Java HotSpot(TM) Server VM (build 20.71-b01, mixed mode)
JRE Version:
-bash-3.2$ cat $FORMS_WEB_CONFIG_FILE|grep sun_plugin_version| cut -c 1-35
sun_plugin_version=1.6.0_38
Forms Version:
-bash-3.2$ $ORACLE_HOME/bin/frmcmp_batch|grep Forms| grep Version
Forms 10.1 (Form Compiler) Version 10.1.2.3.0 (Production)
PL/SQL Version:
-bash-3.2$ $ORACLE_HOME/bin/frmcmp_batch|grep PL/SQL|grep Version
PL/SQL Version 10.1.0.5.0 (Production)
Perl Version:
-bash-3.2$ $IAS_ORACLE_HOME/perl/bin/perl -v|grep built
This is perl, v5.8.3 built for sun4-solaris-thread-multi
No comments:
Post a Comment