Skip to content

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

License

Notifications You must be signed in to change notification settings

al-ghaly/Trigger-Sequence-Pairs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages