How find out my session id?
436909Mar 17 2005 — edited Mar 17 2005Hi,
what I would to do is to find out, from within PL/SQL, the session-id of my current session.
I understand that the session-id is the integer in the field "sid" in v$session.
Given, that the same program, may be running, on the same server, under the same user and perhaps even at the same time on different sessions, how can I identify "my own" current session id?
Thanks a lot in advance