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

From: Mark D Powell <Mark.Powell_at_eds.com>
Date: Tue, 23 Dec 2008 07:57:24 -0800 (PST)
Message-ID: <ba17939d-abab-42eb-9464-a0f7248cfa91@z27g2000prd.googlegroups.com>


On Dec 23, 3:43 am, Laurenz Albe <inv..._at_spam.to.invalid> wrote:
> m..._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

Hey, I learned something new. thanks Laurenz.

  • Mark D Powell --
Received on Tue Dec 23 2008 - 09:57:24 CST

Original text of this message