Home » Questions » Computers [ Ask a new question ]

Oracle SQLDeveloper locks up when using copy/paste

Oracle SQLDeveloper locks up when using copy/paste

SQL Developer keeps locking up when I copy/paste text in a worksheet. It happens when I past into SQL Developer from itself or from another application and also when I past from Developer into another app. Sometimes it locks up when I hit Ctrl+c (without yet hitting Ctrl+v.) When it's locked Developer is completely unresponsive. It will not Close and has to be Terminated. Google is unhelpful... Is this a known issue and how can I fix?

Asked by: Guest | Views: 234
Total answers/comments: 1
Guest [Entry]

"There could be lots of problems here:

First, that is an old, old version - any chance you can upgrade to at least 1.5, or even better give the 2.1 RC a shot?

Second, as this is a java app - what VM is it using? In my experience SQL Developer is one of the most picky java apps I have used about what VM it runs on or has issues with. I would recommend grabbing one of their builds that includes a VM just to see if the problem goes away.

Third, are you pasting rich text by chance? Try pasting in from Notepad or something similar to make sure it is just plain text on the clipboard. I have seen many applications struggle to convert between RTF/HTML and whatever they use natively and hang up as they attempt to process the information on the clipboard."