Hi All,
Oracle version - 19c
How do we get the trigger name where we have to find a string in the trigger body, as this is LONG datatype column so we are getting the ORA-00932: inconsistent datatypes: expected CHAR got LONG error.
select * from dba_triggers where trigger_body like '%CAL%';
Is there any other alternative to find out the list of triggers where I have a CAL to be written in the trigger body.
Regards,
Sid