The largest one is that the trigger body can be no longer than 32,760 bytes.
That’s because trigger bodies are stored in LONG datatypes columns.
This means you should consider keeping your trigger bodies small.
You do that by placing the coding logic in other schema-level components,
like functions, procedures, and packages.
Categories
Category Cloud
-
Authors