The big day for the APEX community is here! The new version of Apex (v3.2) is now available for download here. (The apex_3.2.zip file size is only 97.3M) For New features, please refer to here. For New APEX 3.2 Oracle by Examples, please refer to here. Oracle Application Express 3.2 is supported on all Standard and Enterprise Edition…
Category: Application Server
Some useful Reference tips for Oracle Application Server
Oracle Application Server (10.1.2) Reference Tips – Part I
Starting an OracleAS infrastructure Start the database listener: # lsnrctl start Start the repository database: # sql> startup Start the processes of the Oracle Infrastructure instance: # opmnctl startall Start the OracleAS Console: # emctl start iasconsole – then try it http://host:1810 Stop an OracleAS infrastructure Stop the OracleAS Console: # emctl stop iasconsole…
Overview of the Oracle Application Server (10.1.2) – Part I
Oracle Application Server is a complete and integrated platform to develop, deploy, and administer a fast, scalable Internet application through built-in Web caching, load balancing and clustering capabilities. The Oracle Application Server solution areas are: J2EE, and Internet Applications:J2EE enables the use of a comprehensive and flexible framework that allows you to design, develop, and…