Tag Archive: Encryption

Querying Oracle from Powershell Part 2

In part one we installed and configured the Oracle client software, in this post we will query an Oracle database from Powershell.  In addition we’ll look at one way to handle storing sensitive password information. Querying and Oracle Database To query an Oracle database we’ll use a function called Get-OLEDBData. The code listed below and…