Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> remote sessions (database link, v$session)...

remote sessions (database link, v$session)...

From: <idjeen_at_gmail.com>
Date: 14 Dec 2005 10:49:42 -0800
Message-ID: <1134586182.720648.105300@g44g2000cwa.googlegroups.com>


Hi!

I have two databases: base01 and base02. base01 often queries base02 through a database link (e.g. : (from base01) select * from mytable_at_base02).

One session is created on base01 and an other session is created on base02.
(I know that by querying V$SESSION on both bases).

I'd like to base02 to know the session_id of the session which was created on base01 while querying...
A kind of table which could match :
- the local SESSION_ID on base02

I don't see any columns/dynamic views which could allow me to join e.g. v$session_at_base01 et v$session_at_base02.

Do you see any possibilities ????

Thanks ;) Received on Wed Dec 14 2005 - 12:49:42 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US