Re: Triggers and Constraints

From: L.S.Venkatasubramanian <subramanian.venkata_at_sg.eds.com>
Date: 1996/10/25
Message-ID: <54q0dk$936_at_maverick.tad.eds.com>#1/1


Running the command below from SQL*PLUS would disable all triggers on the table X

alter table X disable all triggers
/

The command below will enable all triggers on table X.

alter table X enable all triggers
/
Received on Fri Oct 25 1996 - 00:00:00 CEST

Original text of this message