| Author |
How to get SID of Connection From Java.
|
Bennet Xavier
Ranch Hand
Joined: Jun 19, 2008
Posts: 162
|
|
Hi All,
I need to get the SID of each connection which is created using java Program.
I saw Connection SID in toad, which is unique for each connection.(I am not talking with the SID value that specified in tnsentry).
I need to get that information from java program itself, is it possible. if yes, please help.
Problem:
I need to find which connection from the POOL is being used by the program to execute different SQL statement.
Thanks
Bennet Xavier X.
|
 |
Jan Cumps
Bartender
Joined: Dec 20, 2006
Posts: 2344
|
|
Do these help (toad suggests you use Oracle)?
select instance_name from v$instance
select name from v$database
|
OCUP UML fundamental
ITIL foundation
|
 |
 |
|
|
subject: How to get SID of Connection From Java.
|
|
|