Bookmark: HemiDemi MyShare Baidu Google Bookmarks Yahoo! My Web Del.icio.us Digg technorati furl Bookmark to:YouPush Bookmark to:你推我報
原本以為這會是偶發的狀況,沒想到上線之後幾乎是每天都有 User 碰到這樣的問題

目前確定以下狀況在輸入中文時會造成整個 Oracle ERP 當機 (應該是 Java 當掉):
1. 使用新注音的使用者,要做選字動作時,要先把字 "選" 起來再按 ↓,不然會當機
2. 使用舊注音或舊倉頡,如果注音符號或倉頡字碼在輸入時超過該欄最大字數,也會當機
    (這個好解一點,因為大部份會打很多中文字的欄位大多是備註欄,把該欄位拉長一點就可以)

謝謝 CK 提供的資訊, 我已順利的跟 Oracle Support 要到修改方式, 測試過也已經 OK, 再次感謝

ACTION PLAN
============
1. Edit the appsweb_<SID>_<machine>.cfg as follows:
* Backup the file pointed to by $FORMS60_WEB_CONFIG_FILE
* Edit this file
* Locate the line: networkRetries=0
* After networkRetries=0, add the following line:
inlineIME=false

2. Edit the appsbase.htm as follows:
* Backup the $OA_HTML/US/appsbase.htm file
* Edit $OA_HTML/US/appsbase.htm
* Locate the section labled "IE Section"
* At around line 430, add the parameter inlineIME as follows:
(Aloz: 此動作需重開 Apache )
...
// Separate the less-than character from PARAM to prevent Appletviewer
// from seeing these as param tags outside of an applet tag.
IEhtml += '<' + 'PARAM name=type value="' + xpluginmimetype + ' ">';
IEhtml += '<' + 'PARAM name=codebase value="' + xcodebase + '">';
IEhtml += '<' + 'PARAM name=code value="' + xcode + '">';
IEhtml += '<' + 'PARAM name=inlineIME value="' + false + '">';

Posted by aloz0101 at 痞客邦 PIXNET Comments(5) Trackback(0) Hits(444)


open trackbacks list Trackbacks (0)

Comments (5)

Post Comment
  • 這個我有欲過
    上個patch,改一下web config file
    就解決了
    當初是台灣oralce support給的solution建議可以問問
  • 喔, 謝謝, 我明天會問一下台灣 Oracle Support

    aloz0101replied on 2008/06/17 18:52

  • 他們應該還記得這個CASE,當初我自己log tar也是沒啥具體結果
    才找台灣oracle support ..
  • 那...大概是什麼時候的Patch?

    aloz0101replied on 2008/06/18 13:33

  • 應該是2007年4月
  • Oracle ERP 中文輸入時當機問題

    請問一下你tar number多少?我公司是用R12的oracle ERP也碰到相同問題,目前束手無策中~~
  • 我是用樓上 CK 的方式, 打電話給 Oracle Taiwan, 然後找 Sales, 那 Sales 就寄解法給我們(如文中), 你可以試著改看看...

    aloz0101replied on 2008/07/11 18:06

  • Patch number is 5288857
  • 謝謝提供, 我會試試這個 Path

    aloz0101replied on 2009/04/20 13:23

Comment Permissions: Allow commenting

Leave Comment

*Name/Nickname
E-mail
Personal Website
Comment Title
*Comment
* Private Comment