disable trigger in another database
735308Aug 26 2010 — edited Aug 26 2010Hello,
I have a situation where i need to disable a trigger in another database while a job is running .
I did not think there was a way other than issuing an AQ or dbms_alert etc and then run a job on the other db to disable.
Is there any other way?
Any input is greatly appreciated.
ALTER TRIGGER test_trig disable; ---- in another db...