Hello,
First, how can I see what triggers are on a table (or defined on a table or whatever you want to call it)?
Second, how can I see the defination of a particular trigger?
This is all from sqlplus. I am thinking along the lines of
"describe trigger_name"....but I might be way off, but there has to be some way to see a trigger defination...right?
Thanks for the help.
Later
First, how can I see what triggers are on a table (or defined on a table or whatever you want to call it)?
Second, how can I see the defination of a particular trigger?
This is all from sqlplus. I am thinking along the lines of
"describe trigger_name"....but I might be way off, but there has to be some way to see a trigger defination...right?
Thanks for the help.
Later