Skip to content

Repository files navigation

PsOracle

A PowerShell module to interact with Oracle.

#Installation

  • Download the most-recent release
  • Decompress archive
  • Move to C:\Users\[username]\Documents\WindowsPowerShell\Modules

Usage

# 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

Personnel

  • Author: Craig Buchanan
  • Contributors: ?

About

A PowerShell module to interact with Oracle

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages