Installing APEX

From Ben's Writing

Jump to: navigation, search

Installing APEX on Snow Leopard

 $ sqlplus "sys/syspass as sysdba"
SQL> @apexins SYSAUX SYSAUX ΤEMP /i/
SQL> @apxchpwd
SQL> @apxldimg.sql /Users/oracle/oracle
SQL> @apxxepwd.sql password

The resulting installation should take the form:

The structure of the link to the Application Express administration services is as follows: http://localhost:port/pls/apex/apex_admin (Oracle HTTP Server with mod_plsql), http://host:port/apex/apex_admin (Oracle XML DB HTTP listener with the embedded PL/SQL gateway)

The structure of the link to the Application Express development interface is as follows: http://host:port/pls/apex (Oracle HTTP Server with mod_plsql), http://host:port/apex (Oracle XML DB HTTP listener with the embedded PL/SQL gateway)

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox