How to recompile a already made trigger?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / mk
Usually the trigger code is in a file e.g. trigger_name.sql
To create/replace the trigger object, at the SQL Plus prompt
type
@<folder>/trigger_name.sql
| Is This Answer Correct ? | 0 Yes | 2 No |
how to check myisam tables for errors? : Sql dba
Can you join views in sql?
Are dml statements autocommit?
How to return multiple rows from the stored procedure?
How do you display "13th of November, 17 days left for month end" without hardcoding the date.
How to Declare Fixed Length String Value In PL SQL
What are sql ddl commands?
Which is better stored procedure or query?
What is foreign key in sql with example?
Initially question was asked to mention the types of indexes. Then asked about BITMAP INDEX and B-Tree Index
Do view contain data?
Why do we need cursor in pl sql?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)