Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Enterprisemanager and Session Details -> Open Cursers: are they really open?
DA Morgan wrote:
> Lars Tetzlaff wrote: >> DA Morgan wrote: >>> Lars Tetzlaff wrote: >>>> DA Morgan wrote:
>>>> >>>> I am using the "Oracle Enterprise Manager 10g Database Control" web >>>> interface. >>>> There i am looking at the Session Details (Database Instance: db1 > >>>> Top Activity > Session Details ) of one single session. There >>>> exits a page open cursors. These open cursors belong to the chosen >>>> session ( as i believe ). >>>> The version is 10.2.0.2.0 (windows XP). >>>> >>>> Does this answer your questions? Don't know how to describe it better. >>>> >>>> Lars >>> >>> Are these cursors opened explicitly by code as in an OPEN CURSOR >>> statement or, as I would guess, implicit cursors opened by Oracle >>> that are available for reuse? >> >> Since we are using QT i don't know exactly what statements are executed. >> QT uses OCI. To fetch data they use OCIStmtExecute and OCIStmtFetch or >> OCIStmtFetch2. The statement handle is released witch OCIHandleFree. >> >> I can see my SQL statement in the list of open cursors after >> OCIHandleFree is executed. This happens even i a simple test program >> with "select * from t1". >> >> Lars > > So what is the point of the inquiry? If you can't get to the front-endDo I have a problem or not? If OEM shows cached cursors i don't have a problem. If they are really open i have a problem. > C++ you've nothing much to do except monitor for problems. As the > company that sold it to you if this is normal: Likely it is. I have the source of QT. But if there is no problem i don't have to understand and debug the code.
Lars Received on Tue Sep 12 2006 - 05:51:50 CDT
![]() |
![]() |