Re: Is text_io part of FORMS or PL/SQL? Can text_io be used with DBMS_OUTPUT in PL/SQL?

From: andrewst <member14183_at_dbforums.com>
Date: Tue, 08 Jul 2003 17:05:36 +0000
Message-ID: <3086705.1057683936_at_dbforums.com>


Originally posted by George Lewycky
> I'm writing a unique PL/SQL program to produce Oracle's AR's Invoices
>
> I'm not sure if TEXT_IO is a part of FORMS or PL/SQL ?
> It looks like PL/SQL but Oracle's Metalink indicates it is part
> of FORMS ?
>
> Also I couldnt find any samples with TEXT_IO & DBMS_OUTPUT in the
> same PL/SQL ? Can they be used together ??
>
> Thanks in advance
>
> George Lewycky

TEXT_IO is part of Forms. It is also PL/SQL, because all Forms code is PL/SQL. However, it runs on the client not on the server.

You can use DBMS_OUTPUT in Forms also, but you would have to call GET_LINES to see the output.

--
Posted via http://dbforums.com
Received on Tue Jul 08 2003 - 19:05:36 CEST

Original text of this message