Home > Software design >  In Oracle SQL Developer the same action as for dragging table to a worksheet, but in table's co
In Oracle SQL Developer the same action as for dragging table to a worksheet, but in table's co

Time:11-25

Oracle SQL Developer 18.3.0.277 has a wonderful capability to generate diverse DML statements by dragging table name from Connections area to a worksheet.

This is not always convenient as I should be really quick and precise in mouse movements in order not to trigger some other action by accident.

I would like to have exactly the same functionality, but triggered by a context menu item. Is this possible? "Export" and "Quick DDL" context menu items are doing not the things I want.

CodePudding user response:

No, I don't see that feature available outside of the drag-and-drop.

This is not always convenient as I should be really quick and precise in mouse movements in order not to trigger some other action by accident.

If you mean the selection of an object and drag and drop is 'tricky' because we are by default opening objects on a click, make sure you have this disabled, and you might find drag-and-drop more palatable.

enter image description here

Disclaimer: I work for Oracle and I am the product manager for SQL Developer.

  • Related