简体   繁体   中英

Oracle Github Integration Automation

I wanted to check if there are any tools (preferably freeware) or scripts that can be used to automate/integrate the git with Oracle. I'm looking for following features:

  1. Validate the code in Git against code in Oracle Schema. Git should match Oracle (production).
  2. Send out mail alerts in case of discrepancies.

Regards.

Regards.

You can write you own Git hooks in any scripting language (python, perl, bash, you name it) you fancy, to do what ever you like. So yes: there are such tools. There is even a dedicated website on how to use and develop custom git hooks.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM