Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Problem with triggers
Joe Rogers wrote:
>
> turnerk wrote:
>
> I am running Oracle 7.3.2.2 on Netware 4.1 and am having
> problems creating
> triggers. Here is the table and the trigger definition I am
. . .>
> The table and the sequence create just fine, but I can not
> create the trigger.
> The only error message that SQL*Plus(3.3) gives me is an
> error compiling the
> trigger. I type: "show errors" and it says: "no errors".
>
> This seems pretty straightforward to me. Does anyone see
> what might be wrong?
> Does anyone have any better way of creating triggers since
> SQL*Plus does not
> give the needed help?
>
> Thanks for your time.
>
> K. Wade Turner
> turnerk_at_dimensional.com
Show errors will work with triggers if you use show errors TRIGGER trigger_name Received on Thu Aug 14 1997 - 00:00:00 CDT
![]() |
![]() |