Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Usefulness of DBMS_OUTPUT.PUT_LINE?
On 5 Jul 2002 21:48:14 -0700, ramon_at_conexus.net (Ramon F Herrera)
wrote:
>Being a C programmer, I am accustomed to the 'printf' statement
>having 2 different purposes:
>
> - interactive debugging
> - returning some value(s) to the calling program.
>
>What about the DBMS_OUTPUT.PUT_LINE utility?
>Is is used only to display stuff from SQL*PLUS,
>and therefore limited to interactive sessions?
>
>OR
>
>DBMS_OUTPUT.PUT_LINE is really flexible (like 'printf')
>and it can be use, for instance to return some value
>from a stored procedure to a remote Java client?
>
>TIA,
>
>-Ramon F. Herrera
The answer is a).
What do I get know as reward,for answering such an obvious question?
Regards
Sybrand Bakker, Senior Oracle DBA
To reply remove -verwijderdit from my e-mail address Received on Sat Jul 06 2002 - 00:31:13 CDT
![]() |
![]() |