Skip to content

craibuc/PsOracle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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