Advertisement
Guest User

Untitled

a guest
Jul 25th, 2016
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. e.g.
  2. Connection conn = connection = DriverManager.getConnection(
  3. "jdbc:oracle:thin:@oracleScanIP:1521/SERVICENAME", "USERNAME",
  4. "PWD");
  5. Now I want IP address to which connection is established.
  6. conn.xyz? may be
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement