Re: How to verify that the connection pooling is enabled on IIS 5.0?

From: Pat [MSFT] (patfilot_at_online.microsoft.com)
Date: 02/24/04


Date: Mon, 23 Feb 2004 22:28:57 -0800

Connection pooling is per process (i.e. each process may pool connections,
but each process gets a separate pool). The pool is handled by OLEDB.

The error you are receiving is bubbling up from the Oracle Driver. You
would need to check the Oracle documentation for the various causes of error
ORA-00020. Though, from the text, it appears to the be the maximum number
of client processes has been exceeded.

Pat

"Bob" <byuan@cga-canada.org> wrote in message
news:9AF69654-4375-4D1C-85D7-A228CF1DCF71@microsoft.com...
> We are running Windows 2000 Server sp3, with IIS 5.0, to host an ASP
application that connects to Oracle8i Database. We have Oracle9i client
installed, MDAC v.2.7, Microsoft ODBC for Oracle v.2.5, we keep geeting
error:
>
> Microsoft OLE DB Provider for ODBC Drivers error '80004005'
> [Microsoft][ODBC driver for Oracle][Oracle]ORA-00020: maximum number of
processes (%s) exceeded
>
> I checked with Oracle website, no clues, I am wandering it may be the
connection pooling problem. Anyone knows how to verify the connection
pooling is enabled on IIS 5.0? if not, how to enable it?
>
> Thanks a lot.
>
> Bob
> byuan@cga-canada.org



Relevant Pages

  • RE: Does MS managed provider for Oracle support lightweight sessions?
    ... I want to use connection pooling and also take advantage of this ... "lightweight session" feature of Oracle in the ASP.NET application I'm ... If no pool with the exact attribute values in the ConnectionString ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: Memory issue
    ... >> connection pooling? ... > I'm not using a pool and use prepared statements only, ... > Frank. ...
    (comp.lang.java)
  • Re: [PHP] Re: Getting last record ID created from DB
    ... It is perfectly safe to use this. ... If the pool breaks the documentation about current session, ... I've seen some pretty disturbing behavior in some Oracle connection pooling ...
    (php.general)
  • Re: ASMM experiences
    ... buffer pools etc so that oracle ... cannot force certain memory areas to go below those minimum sizes. ... or subtract pool definitions with. ...
    (comp.databases.oracle.server)
  • Re: Using TCL instead of CORBA
    ... > When you log into Oracle via oratcl you get a login handle, ... AOLserver supports database connection pooling out of the box with no ... You probably do NOT want to use Oracle's MTS ... stuff to do connection pooling on the Oracle server side. ...
    (comp.lang.tcl)