Oracle E-Business Suite Web Page cannot navigate successful

Oracle E-Business Suite Web Page cannot navigate successful
If you use simplified_chinese language in Oracle E-Business Suite 11i, maybe you will find the problem that some web pages cannot navigate to the next page successful, the error message generally likes: The page cannot be displayed.   This is because of your database character set which is not UTF-8, for example, ZHS16GBK, and the unicode between pages' navigation will dispoint to the wrong url.


The solution of this problem is set a parameter in Apache security configuration file. Here is the details:

1   Backup the file:
     $IAS_ORACLE_HOME/Apache/Apache/conf/security.conf
2   Look for this option in security.conf:
     SecFilterCheckUnicodeEncoding

    The default value is On, set this to Off
3   Restart your Apache service

posted @ 2007-06-05 16:19  dbblog  阅读(227)  评论(0编辑  收藏  举报