i have invalid oracle trigger.
how can compile sql*plus?
how can see status sql*plus?
you can recompile using alter trigger
:
alter trigger mytrigger compile
if sqlplus reports trigger compiled errors
(or similar), type show errors
more information.
Comments
Post a Comment