Friday, October 08, 2010

How to use Oracle db service_name in jdbc connection string

simple like that:

using only SID :
jdbc:oracle:thin:@10.1.1.5:1521:mydb
using sid or  service_name :



Change " : " to " / " .


No comments: