Oracle Connection - url
843854May 13 2003 — edited May 21 2003Help!
My java application has database connection with oracle using Oracle thin driver. Currently this is my url which is in my properties file and the connectionBean accesses this properties file to connect.
url = jdbc:odbc:oracle:thin:@160:150:122:21:1521:alwf;
160:15:122:21 is the ip address of the database server. alwf is the SID; This works well but the database group changes the ip address every once in a while and they do not let the developers know; I am sure there is a way to connect it to the server without the ip address. Please help if you know a way.
Thanks
Sue