用frmcmp_batch、rwconverter命令编译fmb、mmb、pll、rdf等文件时出现错误的一点解决心得。
1. set the DISPLAY inside the frmcmp.sh
2. set NLS_LANG=xxx_xxx.<characterset>
(Nor allowed for this are characterset UTF8 or windows charactersets like we8mswin1252, ar8mswin1256,..)
or
1. set TERM=vt220
and
set ORACLE_TERM =vt220
inside the frmcmp_batch.sh
2. Set NLS_LANG= xxx_xxx.UTF8
( not allowed are windows charactersets like we8mswin1252, ar8mswin1256)
3. set DISPLAY=192.168.1.62:0.0
use <compile_command>.sh but not <compile_command>
4. set LD_LIBRARY_PATH=$ORACLE_HOME/jdk/jre/lib/i386/server:$ORACLE_HOME/jdk/jre/lib/i386/native_threads:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH
阅读(478 次)
RSS feed for comments on this post · TrackBack URI
Leave a reply