Your team is doing an amazing job on the Oracle SQL Developer extension for Visual Studio Code (VS Code), and it's working well at our organization! Also, thanks for the great "tutorial" video. It is very helpful too.
Hi, Why is there no records return when using a view in my select statement. sample: select * from MTL_ITEM_CATEGORIES_V; on the SQL developer app, it will successfully returns the data. Btw, that view is standard table of EBS
Excellent job, Jeff, Kris and the rest of the team. I hope we get data miner support sooner than later...
Your team is doing an amazing job on the Oracle SQL Developer extension for Visual Studio Code (VS Code), and it's working well at our organization! Also, thanks for the great "tutorial" video. It is very helpful too.
Thanks!
Sounds amazing, will definitively try it out. Greeeting from Old Good Germany!
hi, friend from Germany! Thanks for hanging out with us here!
great job, I was already using VS Code mainly in conjunction with git. Can you add some better way of git integration with Oracle within VS Code
That's the plan! More features around auto-managing database objects to files to projects to changeLogs...
This looks like it works better than the standalone oracle sql developer IDE.
Hi,
Why is there no records return when using a view in my select statement.
sample:
select * from MTL_ITEM_CATEGORIES_V;
on the SQL developer app, it will successfully returns the data.
Btw, that view is standard table of EBS
Already found the solution, setting the NLS language in the extension to what is set in the database is the key. :)
How do I export a query output?
Right click on the query results...if you're running a script, simply use the SPOOL command.
Cool