Skip to content

A PowerShell module to interact with Oracle

License

Notifications You must be signed in to change notification settings

atruong05/PsOracle

This branch is 2 commits behind craibuc/PsOracle:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Craig Buchanan
Jan 19, 2017
b428592 · Jan 19, 2017

History

27 Commits
Jan 19, 2017
Jan 13, 2017
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

Languages

  • PowerShell 100.0%