56411808

1、使用连接工具:eclipse-》window-》open perspective-》myeclipse database explorer

2、下图是oracle连接driver设置,需要添加两个jar包,分别是oracle.jar和ojdbc14.jar

 

3、下图是db2连接driver设置,需要添加两个jar包,分别是db2jcc.jar和db2jcc_license_cu.jar 

说明:有时候出现连接报错问题,一般是eclipse字体的原因,需要修改eclipse的配置。见安装目录下D:\MyEclipse 6.5\eclipse\eclipse.ini文件。然后重启eclipse就好了。

-clean

-showsplash

com.genuitec.myeclipse.product.ide

--launcher.XXMaxPermSize

256m

-vmargs

-Xms128m

-Xmx512m

-Duser.language=zh  (原来是en

-XX:PermSize=128M

-XX:MaxPermSize=256M

分类:

技术点:

相关文章:

  • 2021-11-11
  • 2021-04-12
  • 2021-05-18
  • 2022-02-07
  • 2021-11-14
  • 2021-12-29
  • 2022-12-23
  • 2022-01-01
猜你喜欢
  • 2021-07-30
  • 2021-12-02
  • 2021-12-02
  • 2021-11-18
  • 2021-11-22
  • 2022-12-23
  • 2021-07-06
相关资源
相似解决方案