Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Temporary table not clearing rows across connections
This is my guess as well. I have seen this same behavior with package
variables that are retaining values across "closed" sessions. The .NET
connection pooling is holding the connections open. You will probably
have to truncate the temp table before using it, to work around this.
Received on Tue May 02 2006 - 06:57:50 CDT
![]() |
![]() |