This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes JDBC and the fly likes How to get SID of Connection From Java. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "How to get SID of Connection From Java." Watch "How to get SID of Connection From Java." New topic
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
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: How to get SID of Connection From Java.
 
Similar Threads
Network Adapter Problem
How to pass JDBC parms into JAVA program
session fixation
issue when calling shell script from java
Java to Display Data from Database