trigger dump
koszta5Jan 24 2011 — edited Jan 24 2011Hi folks,
how do I export triggers only from Oracle DB? Or can I just somehow use dbms_metadata.GET_DDL function to get their ddl ? I need to see what they are doing...
I would really love to know how to export those only since my DB is quite large and I dont want to parse the whole GIANT file to search for a small trigger...
thanks...