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: Temporary table not clearing rows across connections

Re: Temporary table not clearing rows across connections

From: alek <alexandru.tica_at_gmail.com>
Date: 1 May 2006 23:33:33 -0700
Message-ID: <1146551613.881529.276990@j73g2000cwa.googlegroups.com>


Is it connection pooling enbaled within your ADO provider? If this is the case then pay attention to the fact that when you close a connection in your code that connection is not actually closed at the database level but, instead, it is returned in the connection pool for further reuse therefore the temporary table will not be clean up.

alec. Received on Tue May 02 2006 - 01:33:33 CDT

Original text of this message

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