-bash-4.1$ cat c
frmcmp_batch module=$1 userid=$2
c FORMNAME apps/password
Grant with grant option
=================
grant select on scott.emp to apps with grant option;
Forms Compilation failed.
=====================
once moved copy file from another environment source environment profile and retest issue.
References:
=======
http://mahamadsulthanoracleapplications.blogspot.com/2012/07/shell-script-example.html
http://onlineappsdba.com/index.php/2012/05/08/compiling-forms-in-oracle-apps-r12-app-wsh-231210-ora-04062-wsh_delivery_details_inv/
frmcmp_batch module=$1 userid=$2
c FORMNAME apps/password
Grant with grant option
=================
grant select on scott.emp to apps with grant option;
Forms Compilation failed.
=====================
frmcmp_batch: fatal:
/u01/DEV/R12/apps/tech_st/10.1.2/jdk/jre/lib/sparc/libjvm.so: unknown file
type
./c: line 1: 26372
Killed
frmcmp_batch module=$1 userid=$2 module_type=LIBRARY
This happens because libjvm.so gets corrupted. Replace this file from a working environment.
cd /u01/DEV/R12/apps/tech_st/10.1.2/jdk/jre/lib/sparc/client/
mv libjvm.so libjvm.so-oldonce moved copy file from another environment source environment profile and retest issue.
References:
=======
http://mahamadsulthanoracleapplications.blogspot.com/2012/07/shell-script-example.html
http://onlineappsdba.com/index.php/2012/05/08/compiling-forms-in-oracle-apps-r12-app-wsh-231210-ora-04062-wsh_delivery_details_inv/