Skip to Main Content

Oracle Developer Tools 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!

Feature request: fetch all button/keyboard shortcut

user-fzdovMay 7 2023 — edited May 7 2023

For my workflow it is essential to be able to quickly run a query and eventually fetch all the rows with a second command without editing the query. On sqldeveloper this is possible by fetching the first 50 rows which can be extended with ctrl+end.

The very best would be to have the same command as in sqldeveloper and a row count already on the first run, e.g., " retrieved 50 out of 23,456 rows."
I don't know if this is technically possible, but the minimum goal is not to have to change the max rows setting or be forced to use "fetch first 50 rows only" in every query and count(*) to know the number of rows.

Thanks!

Comments
Post Details
Added on May 7 2023
2 comments
582 views