Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: how to find if a session is resumable
"Thanh" <thnguyen99_at_yahoo.com> a écrit dans le message de
news:386645ad.0403101041.485e5f99_at_posting.google.com...
> Hi, all,
>
> I'm playing around with resumable sessions, and trying to figure out
> if there's any way to tell if a particular session is resumable. I've
> gone through Metalink and Google groups, but haven't found anything
> yet. Thanks in advance.
>
> thanh
DBA_RESUMABLE.
btw, it's not a session that is resumable but an operation, so there is a row in this
view only if a statement is currently executed.
Regards
Michel Cadot
Received on Wed Mar 10 2004 - 13:34:27 CST