如题,提示如下: (安装过程快乐并痛着)
$ cd $ORACLE_HOME/forms60/
$ cp fmrweb.res fmrweb.res.bak
$ cp fmrweb_utf8.res fmrweb.res
Modify Tk2Motif.rgb in your 8.0.6 ORACLE_HOME. For all
Tk2Motif.rgb files located at
$ORACLE_HOME/guicommon6/tk60/admin/<LangCode>, open
the file using any text editor and modify the line that looks like this:
!Tk2Motif*fontMapCs: iso8859-2=EE8ISO8859P2
Change the line to look like this:
Tk2Motif*fontMapCs: iso8859-1=UTF8
按照网上的文档看了下,没有找到相关的文档。请大家帮忙看下,谢谢!
解决了,方法如下(是metalink上的方法):
$ cd $ORACLE_HOME/forms60/
Take a backup of the file fmrweb<lang>.res.
Copy the file fmrweb<lang>_utf8.res over fmrweb<lang>.res.
For example:
If your forms server NLS_LANG is : TRADITIONAL CHINESE_TAIWAN.UTF8
then copy the file fmrwebzht_utf8.res over fmrwebzht.res