Oracle sql Developer 颜色编码
有没有办法在 Oracle SQL Developer 中对数据库连接进行颜色编码?我知道 TOAD 可以做到这一点。我想让 prod 具有红色背景,DEV 具有绿色背景,以便随时轻松了解我正在使用哪个系统。
干杯
Is there a way to color code the database connections within Oracle SQL Developer? I know that TOAD can do this. I want to make prod have a RED background and DEV with a green background, to make it easy to know which system I'm working on at any moment.
Cheers
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
是的。 4.0版连接的新功能
具有“连接颜色”属性。此颜色将绘制到分配给该连接的每个编辑器的边框。
此外,树中的连接名称和任何新的连接选择器/对话框也将用该颜色标记。
Yes. New feature for version 4.0
Connection has 'Connection color' property. This color will be painted to the border of each editor assigned to that connection.
In addition the connection name in the tree and any new connection picker/dialog will also be labeled with that color.
您可以投票支持此功能 Oracle SQL Developer Exchange。
You can vote for this feature on Oracle SQL Developer Exchange.
目前您无法对它们进行颜色编码。我在生产连接前加上星号来表示相同的事情(因为我不想每次都展开文件夹)。
我的连接窗格如下所示:
我发现在连接名称中包含用户和 tnsalias 很有帮助,这样就可以清楚地看到我的连接方式和连接位置。+
You can't color code them currently. I prefix my Production connection with an asterisk to indicate the same thing (since I don't want to have to expand folders each time).
My Connections pane looks like this:
I find it helpful to include the user and tnsalias in my connection name so it's clear to see how and where I'm connecting.+
不,我知道。您可以在“连接”选项卡上创建文件夹并在其中添加这些连接,但如果“连接”选项卡最小化则没有多大用处。
No that i know. You could create folders on Connection tab and add those connection there, althought not much use if connection tab is minimized.