Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle Shared Mode for Asp.net

Re: Oracle Shared Mode for Asp.net

From: Niall Litchfield <niall.litchfield_at_dial.pipex.com>
Date: Sun, 24 Jun 2007 16:05:41 +0100
Message-ID: <467E8845.2040601@dial.pipex.com>


cablito wrote:
> Question:
>
> Is there a good reason why not to use Shared mode? Considering the
> Asp.net/Web typical behaviour.

Typically ASP.Net would pool connections on the application server, using shared servers for connections that were shared somewhere else would seem to be a bit odd.

In places where you might use shared servers you'd want to watch out for long running (read blocking) transactions.

-- 
Niall Litchfield
Oracle DBA
http://www.orawin.info/services
Received on Sun Jun 24 2007 - 10:05:41 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US