Re: PL/SQL dbms_output package documentation????

From: Thomas J. Kyte <tkyte_at_us.oracle.com>
Date: 1995/04/14
Message-ID: <3mm64q$1f8_at_dcsun4.us.oracle.com>#1/1


Guerry Semones <guerry_at_iluvatar> wrote: >

You can:

select text
from all_source
where owner = 'SYS'
and name = 'DBMS_OUTPUT'
and type = 'PACKAGE'
order by line
/

to read the commented package spec in the database. You can also read chapter seven of the Application Developers Guide.

Thomas Kyte
tkyte_at_us.oracle.com
Oracle Government

>
> Which manual is it in? Perhaps I have the wrong manual version?
>
> I really need to find this!
>
> Help! :-)
>
> Thanks....
>
> Guerry A. Semones | My thoughts are not my company's
> He of the homeless homepage :^) | thoughts, saith the disclaimer.
>
>
Received on Fri Apr 14 1995 - 00:00:00 CEST

Original text of this message