Skip to content

craibuc/PsOracle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Craig Buchanan
Nov 29, 2018
92a4fed · Nov 29, 2018

History

29 Commits
Nov 29, 2018
Jan 19, 2017
Nov 29, 2018
Jul 29, 2016
Jan 19, 2017
Nov 10, 2016
Jan 19, 2017
Nov 10, 2016

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/2017 5:54:03 AM

Personnel

  • Author: Craig Buchanan
  • Contributors: ?

About

A PowerShell module to interact with Oracle

Resources

License

Stars

Watchers

Forks

Packages

No packages published