Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gilcrest/plsqlezbatch
Framework for easy creation and deployment of PL/SQL batch jobs
https://github.com/gilcrest/plsqlezbatch
Last synced: about 1 month ago
JSON representation
Framework for easy creation and deployment of PL/SQL batch jobs
- Host: GitHub
- URL: https://github.com/gilcrest/plsqlezbatch
- Owner: gilcrest
- Created: 2014-11-17T16:10:50.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-18T05:09:40.000Z (about 10 years ago)
- Last Synced: 2023-02-27T00:05:55.931Z (almost 2 years ago)
- Size: 133 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
plsqlEZBatch
============Framework for easy creation and deployment of PL/SQL batch jobs
EZ Batch allows you to create a pl/sql object (typically a package or procedure) and easily be able to do things like track job name, parameters for the job, users who should be e-mailed details of the job, start and end time, records processed, history, transactions per second, current status, historical status, etc.
I am going to add a lot more doc to this - just want to get the ball rolling here (learning GitHub as I go as well)...
Dan