Copy/Paste not working for the entire script output using Ctrl A/Ctrl C
(Doc ID 3048431.1)
Last updated on SEPTEMBER 18, 2024
Applies to:
Oracle SQL Developer for VS Code - Version 24.2.1 and laterInformation in this document applies to any platform.
Symptoms
Environment
-------------------
Oracle SQL Developer for VS Code 24.2.1
Windows 10
Problem
------------------
Copy/Paste not doing the entire script output contents - only few lines out of the 100 lines in the script output.
Steps to Reproduce
-----------------------------
1. Type the following:
SET SERVEROUTPUT ON;
BEGIN
FOR i IN 1..100 LOOP
DBMS_OUTPUT.PUT_LINE(i);
END LOOP;
END;
2. Run code.
3. In the Script Output window, press CTRL + A to select all, then right-click and choose "Copy".
4. Then paste this into the SQL Worksheet Script window and does not paste the whole output content.
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |