When I try to compile a trigger on SqlDeveloper with right click on trigger and select compile, it’s compiling. But when I try to compile a trigger on SqlPlus with this command: alter trigger SCHEMA_NAME.TRIGGER_NAME compile;
it’s not compiling but it gives an output about successfully compiling. What is the meaning of this?
Go to Source
Author: jrdba