Find the name of the database sessions via the database link

Hello
I have a database in which I can see a few sessions that are connected to this database of one of my server that hosts 2 databases. Now if I have queries session $ v on my local database, I can only find the host name in the column programme and module of v$ session view. How will I know what database, these sessions are established because I have two databases on the remote host, hence these sessions are estableshed.

Thank you

Salman

Hello

You can query the column process v$ session. This column contains the pid of the source database server process.

You will find on your source machine (in your remote database of respectively two) out this pid belongs to what databases.
If its unix, you can use (ps - ef | grep ) or if it is windows, then you can query the process $ v

Concerning
Anurag

Tags: Database

Similar Questions

Maybe you are looking for