Click No Browse: How to Navigate Objects Without Opening Them

Posted by thatjeffsmith on Oracle Blogs See other posts from Oracle Blogs or by thatjeffsmith
Published on Wed, 11 Jul 2012 13:45:23 +0000 Indexed on 2012/07/11 15:20 UTC
Read the original article Hit count: 350

Oracle SQL Developer by default automatically opens the object editor when you click on an object in your connection tree or schema browser. For most folks this is very convenient. But if you are selecting objects to drag them to a model or to the worksheet, this can get annoying as the focus of the screen changes when you don’t want it to.

The other scenario this feature might disrupt more than delight is when you want to click around the database in the tree and every time you click on an object, the object editor automatically changes to the selected object.

You can disable this automatic browsing behavior in SQL Developer by modifying this preference:

Tools > Preferences > Database > ObjectViewer > Open Object on Single Click

Disable this if you don’t want an object to open when you click on it

OK, I do realize my description of the problem may have confused the heck out of you just now. So instead of more words, how about a couple of animations of the object-click behavior with the option ON and OFF?

Preference Disabled

Click, no open. Double click, open.

Preference Enabled (Default)

As you click on objects, they are automatically opened

© Oracle Blogs or respective owner

Related posts about SQL Developer

Related posts about sqldev