Skip to content

jbrown9100/azuredevops-extension-run-oracle-scripts

 
 

Repository files navigation

Notice

All future development will be done under a new publisher. You will need to remove the current extension and add it back into your organization. I apologize for any inconvenience.

Run Oracle Database Scripts

Executes Oracle database scripts using sqlplus commandline tool.

Details

Task can run multiple database scripts during a release.

How it works

Task will look for .sql files in a specified directory to run sqlplus against a database. Options can be added to the sql file to enhance functionality of the script.

Note

Sqlplus.exe must be available before running this task.

Run Pester test located under "Tests" folder to verify sqlplus is installed.

If using self-hosted pipelines, a user-defined capability may have to be added to each build server (sqlplus.exe).

Contribute

Please feel free to make suggestions, improvments, and features you would like to see added to the extension.

About

Azure DevOps extension to run Oracle database scripts.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 100.0%