Re: [Q]How can I trace the PL/SQL statement while creating db trigger?

From: Joep Hendrix <joep.hendrix_at_wxs.nl>
Date: Thu, 11 Jun 1998 20:55:24 +0200
Message-ID: <3580281C.4FD9_at_wxs.nl>


Shadow Knight wrote:
>
> How can I trace the PL/SQL statement while creating db trigger?
> It shows "Warning: Trigger created with compilation errors."
> but I type "show errors" in SQL/Plus
> it says No error.
>
> Thanks a lot!
> --
>
> pls mail to yuanfu_at_ms1.hinet.net
show error is not an option. Instead in sqlplus:

select * from user_errors;

-- 

Joep Hendrix
Received on Thu Jun 11 1998 - 20:55:24 CEST

Original text of this message