Home » RDBMS Server » Server Administration » value of cursors
value of cursors [message #60384] Wed, 04 February 2004 06:47 Go to next message
ashokmote
Messages: 56
Registered: December 2003
Member
how can i see value of open_cursor.i mean presently how many cursors r open .and also how many users r using these cursors and also were can i see the max no. of cursors value.
Re: value of cursors [message #60387 is a reply to message #60384] Wed, 04 February 2004 09:55 Go to previous message
Thiru
Messages: 1089
Registered: May 2002
Senior Member
-- total cursors open
SQL> select count(*) from v$open_cursor;

  COUNT(*)
----------
       287

SQL> select name,value from v$sysstat where name='opened cursors current';

NAME                                                                  VALUE
---------------------------------------------------------------- ----------
opened cursors current                                                  287

-- The following is per session
SQL> select name,value from v$system_parameter where name like 'open_cursors';

NAME
----------------------------------------------------------------
VALUE
--------------------------------------------------------------------------------
open_cursors
255

Previous Topic: How to convince my bosses the time invest to move from Dictionary MT to Locally MT?
Next Topic: Incremntal Import
Goto Forum:
  


Current Time: Fri Sep 20 12:50:48 CDT 2024