在Oracle 10g 上安装 Apex 4.0(二)

2014-11-24 17:52:36 · 作者: · 浏览: 1
nfiguration node.


2. Expand the Security node.


3. Expand the Realms node.


4. Select the realm to add your user (e.g., file)


5. The Edit Realm page opens.


6. On the Edit Realm page, click the Manage Users button.


7. The File Users page opens.


8. On the File Users page, click New.


9. The New File Realm User page opens.


10. In the User ID field, type the name of the APEX Listener administrator: adminlistener


11. In the Group List field, type the role to which the user belongs: Admin


12. In the Password field, type a unique password.


13. In the Confirm New Password field, type the user password again.


14. Click OK.


15. Create another user for the APEX Listener manager:


a. User ID: managerlistener


b. Group List: Manager


c. Click OK when you are done.



Deployment


Before You Begin


The Application Express Listener file, apex.war, must be available before you start this task.


1. On the navigation tree, click on Application node. The Applications page is displayed.


2. Click the Deploy button. The Deploy Applications or Modules page is displayed.


3. Select Packaged File to be Uploaded to the Server, and click Browse.


4. Navigate to the location of the apex.war file, select the file, and click Open. You are returned to the Deploy Applications or Modules page.


5. Specify and select the following:


a. Type: Web Application


b. Context Root: apex


c. Application Name: apex


d. Status: Enabled


e. Description: Application Express Listener


f. Accept all other default settings, and click OK.



You are returned to the Applications page. If a check mark does not appear in the Enabled field for apex, then select the check box next to the apex application and click the Enable button.


APEX Listener Administration


1. On your browser, specify http://host:port/apex/listenerConfigure to display the Oracle Application Express Listener Administration. Refer to the Configuration section for detailed information.


登陆Apex Administration ,配置用户和workspace


创建第一个用户 和工作空间


5、安装中文语言包


中文Shell


Set NLS_LANG=SIMPLIFIED CHINESE_CHINA.AL32UTF8


日文Shell


Set NLS_LANG=JAPANESE_JAPAN.AL32UTF8


Set the NLS_LANG environment variable, making sure that the character set is AL32UTF8. For example:
Bourne or Korn shell:
NLS_LANG=American_America.AL32UTF8
export NLS_LANG
C shell:
setenv NLS_LANG American_America.AL32UTF8
For Windows based systems:
set NLS_LANG=American_America.AL32UTF8
Navigate to the directory under apex/builder based on the language you need to install. For example for German, navigate to apex/builder/de. Start SQL*Plus and connect to the database where Oracle Application Express is installed as SYS specifying the SYSDBA role. For example:
On Windows:
SYSTEM_DRIVE:\ sqlplus /nolog
SQL> CONNECT SYS as SYSDBA
Enter password: SYS_password
On UNIX and Linux:
$ sqlplus /nolog
SQL> CONNECT SYS as SYSDBA
Enter password: SYS_password
Execute the following statement:
ALTER SESSION SET CURRENT_SCHEMA = APEX_040000;
Execute the appropriate language specific script. For example:
@load_lang.sql