Thursday, February 18, 2010

Tips for Oracle APEX on ORACLE 10g rel 2 database

These tips are only useful for apex on 10g rel 2 database

Intro:
Oracle HTTP Server is a web server supplied by Oracle and is based on the Apache HTTP Server. The web server will receive all HTTP requests from the client (the browser) and forward them to the mod_plsql extension module, which then forwards the request to the Oracle Application Express engine within the Oracle database.

Point to be noted:

1. If you are installing ORACLE HTTP Server from Companion CD then the Oracle HTTP Server cannot be installed into an existing Oracle Home. You will need to create a new Oracle home name and location for the Oracle HTTP Server.

2. No need to install HTML DB

3. Create a separate tablespace to store the objects created by Oracle APEX. Otherwise these objects will be created in the SYSTEM tablespace.

4. You might have to rename some images directories into UPPER CASE, the images located at /apex/images, i.e. AEUTL, AEMIG, AEAPI, AEADM, TDPAX


OK folks, thats it for now..

takecare
Moiz

No comments:

Post a Comment