Microsoft SQL Server 管理 STUDIO VS Oracle SQL Developer
当我使用管理员帐户登录 SQL Server Management Studio 时,我可以在导航窗格中看到所有数据库。双击每一个,将展开数据库,我可以看到数据库特定对象,例如表。
使用 Oracle 和 SQL 开发人员工具,您可以连接到特定数据库,并且只能看到该数据库。您可以展开它并查看其中的架构。
我的问题是,有没有一种方法可以像 SQL Server Management Studio 一样以管理员身份登录 Oracle SQL Developer 并在导航窗格中查看所有数据库?
When I log into SQL Server Management Studio with an Admin account, I can see all the databases in the navigation pane. Double clicking on each one, will expand the DB and I can see DB specific objects such as tables.
With Oracle and SQL developer tool, you connect to a specific database and you only see that DB. You can expand it and see the schemas inside it.
My question is, is there a way to log into oracle SQL developer as an admin and view all the databases in the navigation pane, just like SQL Server Management Studio?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
唯一接近的是,如果您使用 Oracle 的多租户架构实例,其中您有一个容器数据库和一个或多个可插入数据库。
您可以在 DBA 面板中查看和管理这些。
但 SQLDev 与 SSMS 不同,您可以在 SSMS 中通过单个连接导航数据库。您将为您想要定期使用的每个 PDB 创建连接。
The only thing that comes close is if you're using a multitenated architecture instances of Oracle, where you have one container database with one or more pluggable databases.
You can see and manage these in the DBA Panel.
But SQLDev isn't like SSMS where you can navigate databases via a single connection. You would create connections for each PDB you want to work with on a regular basis.