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: DBMS_OUTPUT.put_line seems done nothing ?

Re: DBMS_OUTPUT.put_line seems done nothing ?

From: Tom Verhagen <tverhage_at_aon.nl>
Date: Tue, 19 Oct 1999 11:41:45 +0200
Message-ID: <380C3CD9.5B6242F3@aon.nl>


select * from dba_source
where name='DBMS_OUTPUT';

you'll will get some documentation and some hexcode

Jack wrote:

> Thank you, Tom.
> It's works very well.
>
> But can you tell me where can I find some detail information about package
> 'DBMS_OUTPUT'.
>
> Tom Verhagen <tverhage_at_aon.nl> write <380C337C.BE3FEF7C_at_aon.nl>
> > use: set serveroutput on before the pl/sql block
> > and: dbms_output.enable(1000000); in the pl/sql block at the beginning
> >
> > Jack wrote:
> >
Received on Tue Oct 19 1999 - 04:41:45 CDT

Original text of this message

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