Creating ddl scripts automatically
I have been to look into ways of generating trigger-creating scripts automatically with a database procedure where I supply the table name and a .sql is generated automatically for running against the database. How best can I do this - NDS or dbms_sql . the size of the script will depend on the number of columns in the table for which a trigger is being created.
Can someone paste me an example script
Thanks