Oracle apex3.2 語言問題

dvlue發表於2010-06-24

安裝環境:win2003r2+oracle11g+apex3.2(Embedded PL/SQL Gateway)
問題1:
我安裝的是apex3.2但是登陸http://localhost:7777/apex/apex_Admin後在右下角出現的是Application Express 3.0.1.00.08版本與安裝的版本不一致這是為什麼?我的安裝有問題?
問題2:
我按照官方的installation guid安裝中文語言包,步驟如下:
cd D:\app\Administrator\product\11.1.0\db_1\apex_3.2\apex\builder\zh-cn
set NLS_LANG=American_America.AL32UTF8
進入sqlplus後:alter session set current_schema=FLOWS_030000;(我安裝的是3.2版本但是我這裡只有FLOWS_030000沒有FLOWS_030200)
@load_zh-cn後
總是迴圈報
ERROR at line 1:
ORA-20001: API operation includes calls that are incompatible with the current
runtime.
ORA-06512: at "FLOWS_030000.WWV_FLOW_API", line 32
ORA-06512: at "FLOWS_030000.WWV_FLOW_API", line 8414
ORA-06512: at line 8
請大俠們幫忙解決

問題已經解決,我重新按照
@apexins SYSAUX SYSAUX TEMP /i/
@apxchpwd
@apex_epg_config D:\app\Administrator\product\11.1.0\db_1\apex_3.2\
ALTER USER ANONYMOUS ACCOUNT UNLOCK;
SELECT DBMS_XDB.GETHTTPPORT FROM DUAL;
EXEC DBMS_XDB.SETHTTPPORT(7777);
安裝中文語言包
set NLS_LANG=American_America.AL32UTF8
ALTER SESSION SET CURRENT_SCHEMA = APEX_030200;
@load_zh-cn.sql
問題解決,現在的版本也是3.2了,謝謝

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/7656893/viewspace-666173/,如需轉載,請註明出處,否則將追究法律責任。

相關文章