Is it possible to use Oracle Database Synonyms in Eclipse JPA tool

北城余情 提交于 2019-12-13 00:44:09

问题


Using eclipse Dali JPA tools. When I try to create a new Entity from Database, it only tries to pull the table list. It does not list the Synonyms. In my db, all are synonyms. No tables. How do I get the list of Synonyms in this tool?


回答1:


I see you saw my earlier response. So the question remains: Do you see your synonyms in the Data Source Explorer under your database's "Tables" folder? If you do not see them (which I suspect is the case), the problem is with your DTP database "driver"; if you do see them, the problem is with the Dali Entity Generation tool.

Dali is at the mercy of the DTP "driver". That is, Dali sees only the tables reported by the DTP driver. It is up to the driver to determine whether the list of tables includes synonyms that are for tables. You might investigate whether there is a third-party DTP Oracle driver that can do what you need.



来源:https://stackoverflow.com/questions/26133717/is-it-possible-to-use-oracle-database-synonyms-in-eclipse-jpa-tool

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!