I have an invalid ORACLE trigger.
How can I compile it with SQL*PLUS?
How can I see the status with SQL*PLUS?
You can recompile using ALTER TRIGGER
:
ALTER TRIGGER myTrigger COMPILE
If SQLPlus reports Trigger compiled with errors
(or something similar), just type SHOW ERRORS
for more information.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With