Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Why not set all sessions to resumable?
This is on my todo list to check, but when a session
has resumable roles enabled, it seems to updates a
dynamic performance table (under v$resumable_operations
or some such) for every operation made.
Since the dynamic performance view has to be
accurate and in the SGA, it may be that there is
a single latch protecting a single linked list of data.
If this surmise is true, then some systems could suffer a lot of contention for this latch - imagine a session performing 1M single row inserts.
One day I'll have time to look into it.
Regards
Jonathan Lewis
http://www.jlcomp.demon.co.uk
The Co-operative Oracle Users' FAQ
http://www.jlcomp.demon.co.uk/faq/ind_faq.html
March 2004 Hotsos Symposium - The Burden of Proof
Dynamic Sampling - an investigation
March 2004 Charlotte OUG (www.cltoug.org) CBO Tutorial
April 2004 Iceland
June 2004 UK - Optimising Oracle Seminar
: Hey all,
:
: As I'm reading about the new (relatively speaking) features of 9i, I see
the
: "ALTER SESSION ENABLE RESUMABLE" statement. What's the catch? I haven't
: been able to find out why you wouldn't set this on a process, or in some
: cases, all user processes in an instance.
:
:
-- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html -----------------------------------------------------------------Received on Sat Mar 06 2004 - 01:02:05 CST
![]() |
![]() |