Hi,
I've a problem. My open_cursors in init.ora is 2048.
If i query (select * from v$sysstat
where statistic# = '3' gives me a value 3463
and my query (select count(*) from v$open_cursor gives me a value of 2734. Which one is correct / or what could be wrong ?
The database is 8.1.5 on Solaris.

Thanx