使用oarcle sql developer(一)连接远程数据库

pl sql developer连接远程数据库要配制的东西比较多,使用oracle官方提供的连接就容易多了,下载地址:

写道
http://www.oracle.com/technetwork/developer-tools/sql-developer/downloads/index.html

  也可以从

写道
http://www.oracle.com/technetwork/indexes/downloads/index.html
下的Developer Tools中的SQL Developer 链接进去

 

这里用局域网中的其它机器上的oracle做测试


使用oarcle sql developer(一)连接远程数据库_第1张图片
 jdbc:oracle:thin:scott/@192.168.1.111:1521:orcl

填写ip就可以了

你可能感兴趣的:(html,oracle,sql,jdbc)