Try this:
set heading off;
set feedback on;
set pages 10000;
spool &&spoolfile
select 'alter '||object_type, object_name
||' compile;'
from user_objects
where object_type = 'TRIGGER'
spool off
@&&spoolfile;
host del &&spoolfile;
undefine spoolfile;
|
Results 1 to 3 of 3
Thread: TriggersThreaded View
|
Click Here to Expand Forum to Full Width |