随笔分类 -  JDBC

摘要:使用jdbc连接oracle时url有三种格式 格式一: Oracle JDBC Thin using an SID: jdbc:oracle:thin:@host:port:SID Example: jdbc:oracle:thin:@localhost:1521:orcl 这种格式是最简单也是用 阅读全文
posted @ 2018-04-03 19:37 痴迷的小和尚