Hi,

I'd like to disable 'all' the triggers at once in a schema for data loading, how can I do it without issuing the following for every single table?

ALTER TABLE xxx
DISABLE ALL TRIGGERS;

Thanks.