How to recompile a already made trigger?

Answer Posted / chandrakant agrawal

To recompile Trigger:
ALTER TRIGGER <trigger_name> COMPILE;
The trigger can be enabled and disabled manually by using:

Alter Table <table_name> disable(enable) all trigger;

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How delete all records from table in sql?

721


What does (+) mean in sql joins?

737


what are the drivers in mysql? : Sql dba

734


What are pl sql procedures?

697


What is a null value?

845






How to download oracle sql developer?

845


What is a trigger in sql?

884


What are the properties of a transaction?

793


How can I make sql query run faster?

754


what is innodb? : Sql dba

762


what is log shipping? : Sql dba

822


What does 0 mean in sql?

694


what is a constraint? : Sql dba

882


Can we perform dml on view?

737


What is the difference between python and sql?

706