Good day Everyone!
I am new to the Oracle world, I usualy work with SQL server but recently, I was asked to export all SQL Server tables from my database to Oracle. As I am new with that pl/sql scripting, I need a hand to create a trigger.
The trigger as to verify a date field.
It as to place in the current date if the user does not insert one. It as to verify that date entered is not higher than the sysdate, and should not modify it if the date is = or less than today's date.
How would I go about getting that done.
I am new to the Oracle world, I usualy work with SQL server but recently, I was asked to export all SQL Server tables from my database to Oracle. As I am new with that pl/sql scripting, I need a hand to create a trigger.
The trigger as to verify a date field.
It as to place in the current date if the user does not insert one. It as to verify that date entered is not higher than the sysdate, and should not modify it if the date is = or less than today's date.
How would I go about getting that done.