Skip to Main Content

SQL Developer for VS Code

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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Cannot copy more than I see in script result output panel

kagakuAug 23 2024

I have a script that generates another script which ends up being quite long depending on how many objects it returns (basically, a query of all AQ tables to see what is pending).

In this case, the script returns output that is about 250 lines long and 5,500 characters. When I select all of the script output and either CTRL+C or Right Click → Copy the results, only the portion that is visible in the output is actually copied (plus around 4-5 lines above/below the visible area).

The selection behavior is weird as well. Selecting text and then scrolling up or down to the point where the selected text is no longer visible, and then back to the selected text results in no selected text at all - it seems to forget the text was highlighted. I'm assuming that only the visible text is rendered for performance reasons, but it seems like this functionality should work.

Is there some way to enable copying all of the selected text?

This post has been answered by thatJeffSmith-Oracle on Aug 27 2024
Jump to Answer
Comments
Post Details
Added on Aug 23 2024
4 comments
99 views