去掉Powerdesigner生成oracle表的sql脚本的时候的引号

去掉Powerdesigner生成oracle表的sql脚本的时候的引号

用oracle做数据库的时候,这个引号很让人讨厌。

用下面的方法去除:

powerdesigner菜单/Edit Current Database/

菜单的script/format/EnableOwnerPrefix中,选择no即可。

从9.0到12.0,PowerDesigner生成Orcale的表名称和字段名称问题带引号的问题一直存在,连修改的方式都基本类似,特此记录留存。选择Database->Edit current database,选择Script->Sql->Format,有一项CaseSensitivityUsingQuote,它的comment为“Determines if the case sensitivity for identifiers is managed using double quotes”,表示如果标识符大小写敏感的话将使用双引号,该属性默认值为“YES”,将默认值改为“No”,点击确定即可。内容: 我想很多朋友都遇到这个问题,今天我总结一下希望能帮助才使用PD的朋友。从9.0到12.0,PowerDesigner生成Orcale的表名称和字段名称问题带引号的问题一直存在,连修改的方式都基本类似,特此记录留存。选择Database->Edit current database,选择Script->Sql->Format,有一项CaseSensitivityUsingQuote,它的comment为“Determines if the case sensitivity for identifiers is managed using double quotes”,表示如果标识符大小写敏感的话将使用双引号,该属性默认值为“YES”,将默认值改为“No”,点击确定即可。
原文地址:https://www.cnblogs.com/luluping/p/1587168.html