Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: output from PL/SQL
frank wrote
> Do you know how to make an output?
> As far as I understad using the dbms_output package has the same
> problem.
No, it does not. However, you need a place where the output can indeed be sent to. So, you cannot test your trigger from some user frontend, but need to test your trigger in SQL*Plus, and in SQL*Plus issue
set serveroutput on
Why not post your trigger code here?
Arjan. Received on Mon Mar 22 1999 - 00:00:00 CST
![]() |
![]() |