Thursday, August 6, 2009

Unable to compile the forms.

While running the frmcmp_batch.sh shows the below error message.
FRM-91500:
Unable to start/complete the build when running ./frmcmp_batch.sh from 11g
Problem occurs when using VNC, putty, or ssh..
/u14/ora11g/middleware/asinst_1/bin/frmcmp_batch.sh,

Add the following to the actual frmcmp_batch.sh script to resolve this issue
TERM=vt220 export TERM
ORACLE_TERM=vt220 export ORACLE_TERM


You can add these after the portion of the script that says ->

#ORACLE_SID=<>; export ORACLE_SID

It is applicable for both 10g and 11g.

No comments: