Home  >  Article  >  Database  >  PowerDesigner链接Oracle生成sql语句

PowerDesigner链接Oracle生成sql语句

WBOY
WBOYOriginal
2016-06-07 17:07:391055browse

1.配置链接信息 打开PowerDesigner,在主菜单中点击Database---gt;Configure Connections 选中Connection Profiles 2. 添加数

1.配置链接信息

打开PowerDesigner,在主菜单中点击Database--->Configure Connections 选中Connection Profiles

2. 添加数据源,点击上图中的Add DataSource

3. 点击Test Connection 测试连接是否正常。

4. 在主菜单中点击Database--->Connect.

5. 点击主菜单中的Database---->Generate DataBase。Generation type中选择Direct generation 选择刚才新建的数据源。

6. 点击确定按钮,,生成sql语句。

7. 点击Run按钮,在Oracle中就会添加表amc_base_bbb

注意:1 powerdesigner默认生成的sql语句中含有drop table。。。这样如果数据库中没有该表就会报错,通过下面的 配置可以去掉drop table信息。

在主菜单中点击Database--->Generate DataBase.选择Options把Drop table去掉就OK了。

2. 表的字段的名字如果是小写的,Powerdesigner生成的sql语句中会在每个小写字母前加上引号,关于如何解决这个问题,请看去掉PowerDesigner中自动生成的sql中的引号。

PowerDesigner连接数据库如果出现错误: Non SQL Error : Could not load class
解决办法:在PD启动之前先把所需的jar包复制到PD安装目录下,这样PD就能找到所需的jar包了。

linux

Statement:
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