Are there such things as Read Triggers in Oracle 8i?
My requirement is to write an entry to a transaction table every time a user views a row in a billable table (i.e. a pay-per-view system).
It occurs to me that a row-level trigger based on the user reading an entry in the transaction table would satisfy the requirement, but the last time I used triggers was four years ago and I don't remember "Read" being an option then.
Can anyone help?
My requirement is to write an entry to a transaction table every time a user views a row in a billable table (i.e. a pay-per-view system).
It occurs to me that a row-level trigger based on the user reading an entry in the transaction table would satisfy the requirement, but the last time I used triggers was four years ago and I don't remember "Read" being an option then.
Can anyone help?