Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: output from PL/SQL

Re: output from PL/SQL

From: Arjan van Bentem <avbentem_at_DONT-YOU-DAREdds.nl>
Date: 1999/03/22
Message-ID: <36f696c5$0$15609@pascal>#1/1

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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US