Avatar of silentthread2k
silentthread2k
Flag for United States of America

asked on 

Help with ORACLE trigger, to be luanched when row is read.

I'm new to oracle and I'm having a tuff time creating a trigger.

I need to create a trigger that is luanched when some queries a specific value on a row.
Example..

Mytable...

ID, Name
1, Bubba
2, Mike
3, Alice.


My trigger needs to be launched when some queries for ID = 2 (A READ trigger)
DatabasesOracle DatabaseSQL

Avatar of undefined
Last Comment
silentthread2k

8/22/2022 - Mon