最近不忙,之前一直是用powerDesigner看表结构,还没自己导入过,今天试试
oracle 表导入到powerDesigner 中步骤:
1、File--->reverse Enginner ---> datebase 弹出new physical data model 窗口,DBMS选择数据库版本。
2、弹出database reverse engineering options 窗口,选中usiong a data source 点击右侧选中数据源
3、下拉选择数据源,如果数据源已设置好,直接选择,否则,点击modify 弹出 oracle odbc driver configuration新建一个数据源
4、填写配置,点击test connection 测试一下
由于本机oracle 的监听里配置问题,测试一直包ora-12541,把ip改成localhost就ok了
ok ,结束。
再写一个powerdesigner 设计表导入到数据库中