A PowerShell module to interact with Oracle.
#Installation
- Download the most-recent release
- Decompress archive
- Move to C:\Users\[username]\Documents\WindowsPowerShell\Modules
# import the module's functions into the PowerShell session
PS>Import-Module PsOracle
# Execute query; allow function to prompt for password
PS>Invoke-OracleCmd-Query 'SELECT sysdate FROM dual'
cmdlet Open-Connection at command pipeline position 1
Supply values for the following parameters:
ServerInstance: prod
Username: scott
Password: *******
SYSDATE
-------1/13/20175:54:03 AM- Author: Craig Buchanan
- Contributors: ?