Home > Database > Mysql Tutorial > body text

PowerDesigner15连接Oracle数据库出错的解决方法

WBOY
Release: 2016-06-07 17:04:56
Original
959 people have browsed it

在PowerDesigner15中设计了一张表,然后想通过PowerDesigner连接Oracle,然后直接在数据库中生成这张表。按照网上提供的方法设置

在PowerDesigner15中设计了一张表,然后想通过PowerDesigner连接Oracle,然后直接在数据库中生成这张表。按照网上提供的方法设置好连接选项,然后点击测试按钮,发现始终不能连接成功,错误提示是:Non SQL Error : Could not load class。在网上查阅过资料后发现是PowerDesigner15设计的有问题,该问题与Oracle驱动jar包有些关系,,解决方法如下:

1、将Oracle驱动jar包ojdbc14.jar放到PowerDesigner15的安装目录;

2、重新编辑连接配置,选择安装目录下的jar包;

3、重启PowerDesigner15即可。

注:我们在设置系统环境变量时会在最前面写".;",这个".;"就是指当前目录,因此将Oracle驱动jar包放在PowerDesigner15安装目录下可以被找到。

THE END!

linux

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!