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