Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Connections versus Sessions
If I monitor v$session I can see a lot of sessions being created and
destroyed. The application is .Net 1.0 using OLEDB and should have a
connection pool that enables reuse of existing connections.
So there is the confusion - reuses existing connections not sessions right, there is a difference apart from the spelling I assume. Sometimes I see several SQL being executed, sometimes not. I guess it has something to do with ASP.NET object management
I assumed that you made 1 or more connections which was an inherently expensive operation (takes a full second for my Java program to connect). But should I be worried by the **sessions** not being reused. Received on Thu Mar 25 2004 - 09:39:10 CST
![]() |
![]() |