Querying an Oracle database from Powershell

I needed to query Oracle for information to use in a Powershell script. I found the following comprehensive blog post with details on how to do so using ODP.NET: Use Oracle ODP.NET and PowerShell to Simplify Data Access The article is extremely long and goes into a lot of depth. The following is a short … Continue reading Querying an Oracle database from Powershell