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!

Slow query, possibly caused by high overhead in the Java back-end [fixed in 23.4.1]

user9540031Jan 29 2024 — edited Feb 26 2024

Attached is a sample query which takes abnormally long if run in the SQL Dev for VSCode extension.

sqldev-extension-sample-slow-qry.sql

It's not an issue in the query, nor in the database: the same query executes in the blink of an eye in SQL Developer “Classic”.

Developer tools in VSCode suggest that no significant activity takes place in the VSCode front-end while we're waiting for the results. On the other hand, the Java back-end seems a little busier; CPU sampling in VisualVM hints that a lot of Arbori activity may be happening behind the scenes—possibly causing excessive overhead?

Regards,

This post has been answered by thatJeffSmith-Oracle on Jan 29 2024
Jump to Answer
Comments
Post Details
Added on Jan 29 2024
6 comments
359 views