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!

View not working in SQL Developer Extension in VS Code

Sachin AhujaApr 9 2024

Hi All -

I have installed VS Code & installed SQL Developer extension too.

I am trying to run simple select statement against view name IBY_TRXN_EXT_AUTHS_V.

SELECT * FROM IBY_TRXN_EXT_AUTHS_V;

Same above select is giving me records when I run directly in SQL Developer, but in VS Code SQL Developer, 0 Records. I can see that records shows in results for a flip of a second, then all disappears. Not sure if I need to do any kind of setting. I think same is the case for all the views.

Just to add, I haven't done any kind of Apps/Org Initialization in SQL Developer too where Views are working good.

Thanks

Sachin

This post has been answered by Sachin Ahuja on Apr 11 2024
Jump to Answer
Comments
Post Details
Added on Apr 9 2024
11 comments
1,402 views