Is there an equivalent function in 10g for trigger's FOLLOWS keyword?
Hi Guys,
We have created triggers in 11g with FOLLOWS keyword on them. However, we are planning to port these triggers in 10g. However, we are getting invalid trigger specification error due to FOLLOWS keyword we used. I see in this [Oracle Doc (What's new in 11g?)|http://docs.oracle.com/cd/B28359_01/appdev.111/b28370/whatsnew.htm#CJAEGHHH]
that FOLLOWS keyword is just introduced in 11g.
Is there an equivalent function for FOLLOWS in 10g? Or any workaround that we can do to achieve the same result?
Thanks!
Jay