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;"
Jre version
cat $FORMS_WEB_CONFIG_FILE|grep sun_plugin_version| cut -c 1-35
Forms Version
$ORACLE_HOME/bin/frmcmp_batch|grep Forms| grep Version
Plsql Version
$ORACLE_HOME/bin/frmcmp_batch|grep PL/SQL|grep Version
Forms Communication mode
cat $FORMS_WEB_CONFIG_FILE|grep serverURL=
echo "If the serverURL parameter has no value then Forms is implemented in socket mode else it is servlet"
Subscribe to:
Post Comments (Atom)
4 comments:
Thank you so much for this helpful information.
Cheers!
Thank you so much it has been a good help, now to find components version in r12 is very easy utilizing your advice. Thanks
Thanks a lot, very useful info.
This is wonderful
Post a Comment