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 w开发者_开发技巧hich system I'm working on at any moment.
Cheers
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.
You can vote for this feature on Oracle SQL Developer Exchange.
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:
Connections
|+ "Unused" (folder for rarely used connections)
|- "*PROD* - user@tnsalias"
|- "DEV - user@tnsalias"
|- "TEST - user@tnsalias"
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.
精彩评论