Focus On Oracle

Installing, Backup & Recovery, Performance Tuning,
Troubleshooting, Upgrading, Patching

Oracle Engineered System


当前位置: 首页 » 技术文章 » Oracle

Upgrading to the Latest Oracle Application Express Release

0.Download the latest APEX

   http://www.oracle.com/technetwork/developer-tools/apex/downloads/index.html

1. Unzip the downloaded zip file:
    Linux: Unzip <filename>.zip
    Windows: Double click <filename>.zip in Windows Explorer
    [Note: You should keep the directory tree where you unzip the files short and not under directories that contain spaces. For example, within Windows unzip to C:\_apex.]

2. Change your working directory to apex.

3. Start SQL*Plus and connect to the Oracle XE database:
    Linux:
            $ sqlplus /nolog
            SQL> CONNECT SYS as SYSDBA
            Enter Password:    SYS_Password
    Windows:
            {Command prompt} C:\apex> sqlplus /nolog
            SQL> CONNECT SYS as SYSDBA
            Enter Password:    SYS_Password

4. Install Application Express:
    SQL> @apexins SYSAUX SYSAUX TEMP /i/

5. Log back into SQL*Plus (as above) and configure the Embedded PL/SQL Gateway (EPG):
    SQL> @apex_epg_config.sql APEX_HOME
    [Note: APEX_HOME is the directory you specified when unzipping the file. For example, with Windows 'C:\'.]

6. Upgrade Application Express password:
            SQL> @apxchpwd
            Enter password for Application Express ADMIN account.
          
7. In a Web browser, navigate to the Oracle Application Express Administration Services application:
    http://localhost:8080/apex/apex_admin
    In Username, enter ADMIN
    In Password, enter the password entered in Step 6

Reference
https://docs.oracle.com/database/apex-18.1/HTMIG/upgrading-to-latest-AE-release.htm#HTMIG29430
http://www.oracle.com/technetwork/developer-tools/apex/overview/index.html


关键词:apex 

相关文章

低代码开发用Oracle Apex,看这篇就够了
Upgrading to the Latest Oracle Application Express Release
Oracle REST Data Services
Oracle APEX and ORDS
Top