Re: Piping data out of PL/SQL ?
From: Graeme Sargent <graeme_at_pyra.co.uk>
Date: Fri, 8 Oct 1993 21:26:34 GMT
Message-ID: <1993Oct8.212634.15748_at_pyra.co.uk>
Date: Fri, 8 Oct 1993 21:26:34 GMT
Message-ID: <1993Oct8.212634.15748_at_pyra.co.uk>
In <MLOENNRO.93Oct8005938_at_wrpyr4.us.oracle.com> mloennro_at_us.oracle.com (Magnus Lonnroth) writes:
>Write back to the client application (sqlplus, sqlforms, etc),
>please review the DBMS_OUTPUT package.
>Pipe output to any client application (even on a different node),
>please review the DBMS_PIPE package.
>Pipe output to multiple client applications,
>please review the DBMS_ALERT package.
>Send an Oracle*Mail message,
>please review the DBMS_MAIL package.
>happy piping,