Oracle Data Modeller 和同义词

发布于 2024-08-13 06:36:40 字数 72 浏览 2 评论 0原文

我在网上搜索了两天,仍然找不到使用公共同义词生成 DDL 代码的方法。如有任何建议,将不胜感激。

I've been searching the web for two days and still cannot find a way to generate DDL code with public synonyms. Would be very grateful for any advice.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

夏花。依旧 2024-08-20 06:36:40

我认为您正在处理术语“同义词”的两种不同且不同的用法:

1)在逻辑(实体)建模中,同义词是实体的替代业务名称,例如实体 CUSTOMER 可能具有同义词 PURCHASER 和 CLIENT。

2) 在物理(数据库)模型中,使用公共同义词来消除指定拥有表的模式的需要。通常,同义词和表名是相同的,例如“CREATE PUBLIC SYNONYMcustomers for MYSCHEMA.CUSTOMERS;”

希望在数据库中为逻辑模型中定义的业务同义词生成公共同义词是非常不寻常的。

I think you are dealing with two different and distinct uses of the term "synonym":

1) In logical (entity) modelling, synonyms are alternative business names for an entity, e.g. the entity CUSTOMER may have synonyms PURCHASER and CLIENT.

2) In the physical (database) model, public synonyms are used to remove the need to specify the schema that owns a table. Commonly, the synonym and table name are the same e.g. "CREATE PUBLIC SYNONYM customers for MYSCHEMA.CUSTOMERS;"

It would be very unusual to want public synonyms generated in the database for the business synonyms defined in the logical model.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文