DISCLAIMER: The information and links provided on this site are my personal notes, based on my limited experience installing, using, and deinstalling Oracle databases and application servers on a variety of computers using Windows NT/2000/XP operating systems. The installation and deinstallation procedures found here can cause irreversable loss of data and may damage your operating system. However, you are welcome to use them AT YOUR OWN RISK. I am in no way responsible for data you lose or operating systems you damage or destroy.

OracleAS 10g Sample Configuration

This is a diagram of a multiple-server OracleAS 10g configuration I've used for a Forms and Reports application:

Diagram of sample OracleAS 10g configuration

Sample OracleAS 10g Configuration

Notes:

  1. The OracleAS 10g Middle Tier contains the Web Cache Oracle HTTP Server and the OC4J_BI_Forms instance.
  2. The OC4J_BI_Forms instance contains the Forms 90 servlet.
  3. The Web Cache is disabled in the secondary servers' middle-tiers to ensure a single-point of entry through the primary server's Web Cache.
  4. The Reports servers are stand-alone servers configured as Reports Server cluster repserv.

10g Web Cache Load Balancing

Diagram of 10g Web Cache Load Balancing

10g Web Cache Load Balancing

Update (2005.12.08)

While attending the Oracle Application Server 10g Administrator I course, the instructor related the Web Cache is NOT a true load-balancer. It distributes sessions to the middle-tiers in a round-robin fashion. A true load-balancer determines the least-loaded middle-tier and sends the session to it.

[Return to HowTo]

Valid XHTML 1.0!