在 Oracle SQL Developer 中使用 Data Modeler(查看关系图)
when trying to view 'Reports > Data Modeler Reports > Design Contents > Relational Model > Relational Designs' in Oracle SQL developer. It gives "Data Modeler reporting repository required." Can anyone see what's wrong with it? Thanks a lot!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要创建一个如下所示的报告存储库架构:
然后在 SQL Developer Data Modeller 中,您可以打开要报告的模型,并通过文件/导出/到报告架构将其导出到此存储库。您将需要为刚刚创建的架构创建一个新的连接。
然后,在 SQL Developer 中,您还可以为存储库创建一个新的连接,并选择它来运行报告。
You need to create a reporting repository schema like this:
Then in SQL Developer Data Modeller you can open the model you want to report on and export it to this repository via File/Export/To Reporting Schema. You will need to create a new Connection for the schema you just created.
Then in SQL Developer you can also create a new Connection for the repository and select this to run the reports.