,Oracle Alerts : How to update a COLUMN value in table based on other column value?
Hi,
We have requirement like -
For each record in table XX_XYZ_TABLE
- (1) Whenever SYSDATE becomes equal to END DATE column in the table, the ACTIVE_FLAG column should become ‘N’
So, say 31-Dec-2017 00:00:00 is the DATE_TO column for a record in this table, then on 31-DEC-2017 at 12 a.m., the ACTIVE_FLAG of this record should become ‘N’.
How to achieve this using Oracle Alerts ?
Regards,
AJ