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!

SQL Developer 4.0.2.15.21: some interface bugs

svi0105Jun 27 2014 — edited Jun 27 2014

1) when open package specification for edit, button "Open Body" is always disabled.

2) when object open in editor open in read-only mode, cursor is not visible. it's very uncomfortably select text blocks for copying with keyboard

3) when pressing Ctrl-C in query result (i.e in cell of grid), cell content is disappead, if keyboard layout is "RU"

4) text search not always find text, if it's run from field "Find" above editor window, while search from "Find Text" dialog (called from main menu Edit/Find..) works fine

5) when press Ctrl+mouse-click (in code editor) on text like my_package_name.my_procedure_name, message "PL/SQL unit my_procedure_name not exist" is appear, instead of opening package my_package_name in new editor window.

Comments

758358
Hi,

if there is a message in the queue ready for processing then a DQ attempt should pick it up, if there isn't then your DQ should wait the specified duration (as given in your DQ options) and then timeout with a specific ORA- message, it is up to you how you handle this in .NET - catch the error, go to sleep for 5 minutes and then try again ?

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

Post Details

Locked on Jul 25 2014
Added on Jun 27 2014
1 comment
1,027 views