An open API service indexing awesome lists of open source software.

https://github.com/al-ghaly/trigger-sequence-pairs

A simple PL/SQL Code to create a sequence/trigger pair for all the tables of an oracle database.
https://github.com/al-ghaly/trigger-sequence-pairs

oracle-database plsql sequence triggers

Last synced: about 1 month ago
JSON representation

A simple PL/SQL Code to create a sequence/trigger pair for all the tables of an oracle database.

Awesome Lists containing this project

README

        

# Trigger Sequence Pairs

## A simple PL/SQL Code to create a sequence/trigger pair for all the tables of an oracle database.


### This code generates a trigger/sequence pair for all the database's tables to simulate the identity behavior which does not exist in Oracle DB.

instead of having to specify a Primary key for each insert statement, this code will just auto fill the primary key value for you.