Site icon Database Tutorials

How To Disable System Triggers in Oracle

In the database, it may sometimes be necessary to disable system triggers during operations such as java installation, downgrade, or upgrade. An error in a system trigger that we create can cause serious problems in the database. In these cases, system triggers may need to be disabled.

To disable system triggers, the value of parameter _system_trig_enabled must be set to false. We can learn the current value of this parameter with the following query.

We can change the parameter as follows.

You can use the following query to find out which triggers will be disabled.

The events that the parameter will affect are as follows:

Resource Manager Events

Client Events

Exit mobile version