Re: get the sid,serial# of my connection?

From: Laurenz Albe <invite_at_spam.to.invalid>
Date: 23 Dec 2008 08:43:27 GMT
Message-ID: <1230021806.748568@proxy.dienste.wien.at>


mh_at_pixar.com wrote:
> How can I programmatically get the SID and SERIAL# for my connection
> from a client side program?

With the following SQL query:

SELECT dbms_debug_jdwp.current_session_id sid,

       dbms_debug_jdwp.current_session_serial serial# FROM dual;

Yours,
Laurenz Albe Received on Tue Dec 23 2008 - 02:43:27 CST

Original text of this message