Senin, 12 Februari 2018

Step 9. Install APEX 5.1.4 en

Install Apex just can do it with SQLPLUS, so need some attention to Install Apex. Just Follow this step

Download APEX here
Choose Accept License Agreement then choose Oracle Application Express 5.1.4 download, in my case I choose English Language Only


Extract apex_5.1.4_en.rar, in my case I extract file to C:\Source\OracleInstaller\Apex_5


Run Command Prompt with Administrator



Check path apex, we need this path for installation Apex on SQLPlus, in my case, my path is C:\Source\OracleInstaller\Apex_5\apex


Navigate cmd with Administrator to apex directories and follow this Step below

Navigate to Apex Directories


sqlplus /nolog


conn sys/sys@orcl as sysdba


@apexins.sql sysaux sysaux temp /i/


After success apxinst.sql, it will auto terminate


Connect again to sqlplus /nolog


connect again to conn sys/sys@orcl as sysdba


@apxchpwd.sql to create admin


fill username/pass = oracle/P4$$w0rd


@apxldimg.sql [path Apex]


@apxldimg.sql success


 @apx_epg_config.sql [path Apex]


 @apex_epg_config.sql success


In this step, we need Open SQLPlus directly and go connect to sys

ALTER USER ANONYMOUS ACCOUNT UNLOCK;


check port, SELECT DBMS_XDB.GETHTTPPORT FROM DUAL;


set port to 8080, EXEC DBMS_XDB.SETHTTPPORT(8080); and don’t forget to COMMIT;


Open Browser, then access localhost:8080/apex/apex_admin


Fill Username and Password, in my case oracle/P4$$w0rd


Apex 5.1.4 Ready to use




1 komentar: