I cannot get paste (Ctrl+V) to work in Oracle SQL Developer.
-
This used to work in the older versions. My 3.0.04 version, which is the latest, last updated in March 2011, fails to allow this functionality. – Dale Sep 02 '11 at 14:22
-
2Possible duplicate of [Oracle SQLDeveloper locks up when using copy/paste](https://superuser.com/questions/86127/oracle-sqldeveloper-locks-up-when-using-copy-paste) – Burgi Sep 09 '18 at 02:22
7 Answers
Which version of SQL Developer are you using ? Are you encountering any error message? Or the paste function does not work? Older versions of SQL Developer had a bug which resulted in Paste functionality not working. An earlier question/answer recommends use of the JVM provided by Oracle SQL Developer. I'd suggest to upgrade to the latest version.
- 61,504
- 38
- 179
- 264
Here's the answer (people, please upvote):
- Close the table if you have it open
- Click the table name in the Connections pane
- Click the Data tab (only) and do no other clicks
- Hit Control-A on the keyboard
- Hit Control-C on the keyboard
- Paste the data into another application
If there are any clicks between steps 3 and 4, the Control-A will usually be disabled. Once disabled, I'm not sure how to enable without closing the table and re-opening it.
- 483
- 3
- 15
this solution will preserve your actual Key Configuration settings:
1) follow the menu: Tools -> Preferences -> Key Configuration
2) fill the item "Edit / Paste" with Ctrl+V combination
Actually you may need to fill also "Edit / Copy", "Edit / Cut", "Edit / Select All" etc. to feel more comfortable.
If you're not interested in saving your previous Key Configuration settings than just follow Tools -> Preferences -> Key Configuration and press "Reset to Default..." button
- 11
- 3
I've had this issue recently and wanted to update the answer for the most recent Oracle SQL developer commands:
Tools->Preferences->Shortcut Keys
By default, I had two entries for the Edit-Copy command. One was Ctrl-C , one was Ctrl-Insert.
I deleted the Ctrl-Insert row and now copy paste worked each time , when previously it only worked once every 3 times?
- 1
- 1
If your productor is the PL/SLQ developer version 9,
Go to [tool -> preferance -> User interface -> key configuration] and click the "Reset to Default" button.
![[1]Este es una imagen de referencia](../../images/3831434400.webp)