【正文】
參考文檔Application Express Installation Guide(e21673)(較詳細)APEX_EBS_Extension_White_Paper__Revision_1b(概括性的)都需要先切到apex所在目錄,因為這些腳本都在那里,需要找到目錄,或者解壓一個其他版本運行相關(guān)腳本1,remove掉 @2,安裝:CONNECT SYS/SYS_password as SYSDBA@ SYSAUX SYSAUX TEMP /i/ 此處強烈建議自己建立相應(yīng)的表空間,否則可能會出現(xiàn)如下錯誤//error ORA01400: cannot insert NULL into(APEX_040200.WWV_FLOW_STEPS.SECURITY_GROUP_ID)declare*ERROR at line 1:ORA02291: integrity constraint () violated parent key not foundORA06512: at , line 9434ORA06512: at line 113,修改admin密碼 (apex)@(有復(fù)雜規(guī)則)4,此處應(yīng)該有restartProcess (沒有做出來)5,配置RESTful Services@(該命令讓你配置APEX_LISTENER和APEX_REST_PUBLIC_USER的密碼)可能會報錯跟之前第二步有關(guān)//ERROR at line 1:ORA01400: cannot insert NULL into(APEX_040200.WWV_FLOW_FND_USER_GROUPS.ID)ORA06512: at , line 382ORA06512: at , line 457ORA06512: at line 3// 6,解鎖更改APEX_PUBLIC_USER的密碼ALTER USER APEX_PUBLIC_USER ACCOUNT UNLOCKALTER USER APEX_PUBLIC_USER IDENTIFIED BY SYS_bruce1 should be 7,安裝apex listener java –jar (具體原因是因為漏掉一步,并設(shè)置路徑否則報錯如下)//Exception in thread main : 簍Cjar at () (/usr/lib/) at _Jv_ThreadRun() (/usr/lib/) at _Jv_RunMain(, byte const, int, byte const, boolean) (/usr/lib/) at __gcj_personality_v0 (/home/oracle/=) at __libc_start_main (/lib/tls/) at _Jv_RegisterClasses (/home/oracle/=)//8按照官方文檔應(yīng)該如下:9,Enable Network Services in Oracle Database 11g■我應(yīng)該是坐到這里了最后出現(xiàn)了GLASSFISh SERVERok的畫面但是就是另外一個需要配置另外一個我參照oracle官方文檔試了N多次 最后還是一個效果…不得其解(關(guān)于好多unix的都不是很懂,看來需要加強學(xué)習(xí),等經(jīng)理安裝好了,一定要問問,how,why)10,Security Considerations■11,About Running Oracle Application Express in Other Languages■12,About Managing JOB_QUEUE_PROCESSES■13,Create a Workspace and Add Oracle Application Express Users