Skip to Main Content

SQL Developer

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to eliminate echo of PL/SQL code in script output window

SyswizardMar 14 2014 — edited Mar 18 2014

I only want the PL/SQL results to show.....is there a setting for that option ?

SET SERVEROUTPUT ON ?

Comments

SteveB
Answer

Check out Preferences, Shortcut Keys. For Mac, it looks like this:

Screen Shot 2017-04-20 at 12.53.47 pm.png

Hope this helps,

Steve

Marked as Answer by thrupass · Sep 27 2020
Gaz in Oz

It appears that <ALT>[ and <ALT>] are defined by default. (pressing <ALT> "either square bracket" will toggle between opening and closing bracket pair).

You have to have the cursor right next to a bracket for it to match its paired bracket.

pastedImage_0.png.

Redefining one or other to <ALT>5 will kind of mimic vi, except it is <ALT>5 instead of vi's <SHIFT>5 (%).

Note: <ALT>5 may already be defined and this will override that.

thrupass

Thanks

1 - 3
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Apr 15 2014
Added on Mar 14 2014
9 comments
2,918 views