Fluitend door het leven

APEX Install APEX422
The following assumes a Windows-machine with any Oracle database (>= version 10). For Linux change the paths used.
Configuring (the images) is for the Embedded PL/SQL Gateway.

I assume you know how to connect to your database and use TNSNAME for the connection.

The following can be done on a client pc.
Download APEX from oracle.com (free account needed)
Unzip APEX (currently 4.2.2) to C:\temp

Navigate to C:\temp\apex
Connect with:
sqlplus sys@TNSNAME as sysdba
Execute:
@apexins SYSAUX SYSAUX TEMP /i/
The following must be done on the server. ======================================================== Attention: The images-folder must be on a local disk on the server for the installation script to run properly. Let's say the unzipped folder is copied to a server-folder named C:\SERVER-TEMP ======================================================== The following can be done on a client pc. start sqlplus, log in en configure the embedded pl/sql-gateway:
@apex_epg_config.sql C:\server-temp
Next, execute: @apxconf (for setting up the admin-password + port) Execute  (for accessing images, amongst others):
ALTER USER ANONYMOUS ACCOUNT UNLOCK;
Execute (APEX needs this account, because it works via XDB):
 ALTER USER XDB ACCOUNT UNLOCK;
======================================== Tip: If you plan to use the APEX listener or mod_plsql, set up the password with:
@apxchpwd
Menno    @ Work    ^^