西红柿炒荷花

JDBC连接ORACLE的三种URL格式

格式一: Oracle JDBC Thin using an SID

jdbc:oracle:thin:@host:port:SID 
例如: jdbc:oracle:thin:@localhost:1521:orcl 


格式二: Oracle JDBC Thin using a ServiceName

jdbc:oracle:thin:@//host:port/service_name 
例如: jdbc:oracle:thin:@//localhost:1521/orcl.city.com 



格式三:Oracle JDBC Thin using a TNSName

jdbc:oracle:thin:@TNSName 
例如:  jdbc:oracle:thin:@TNS_ALIAS_NAME 

posted on 2019-01-09 10:50  西红柿炒荷花  阅读(7677)  评论(0编辑  收藏  举报

导航