News

Using Oracle Developer to work on your Oracle SQL database presents you with a functional IDE to write code and check data outputs from queries.
Although there are tones of tools that export the result of a query into csv file, I never found one you could run directly from the a shell, i.e. non-graphic, and get the output saved into a file.
This PowerShell module contains two functions that are useful for exporting large amounts of data from tables, views, or queries on an (Azure) SQL Server database into CSV files compliant with the RFC ...