Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Displaying LONG column via DBMS_OUTPUT
I am trying to create a PL/SQL script that will, in part, generate a VIEW creation script for a specified schema. As such, I am attempting to create a cursor that cycles thru ALL_VIEWS and prints the TEXT field to he screen. DBMS_OUTPUT.PUT() expects a VARCHAR2 argument...the TEXT column is a LONG datatype. Is there a way to display such a column via DBMS_OUTPUT (or any other way) in a PL/SQL block?
Thanks in advance.
Robert.
Received on Mon Aug 09 1999 - 22:26:28 CDT
![]() |
![]() |