Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: DBMS_OUTPUT and ODBC
In article <5dg5ig$6cc_at_chaos.dac.neu.edu>, jglickma_at_lynx.dac.neu.edu says...
>
>Does anybody have any experience in how to get around the
>DBMS_OUTPUT.PUTLINE( ... ) function from a stored procedure
>or a cursor in a ODBC call. In sqldba or sql*plus one would
>first
>
>sql> set server output on
>sql>
>
>how does one do the same in a ODBC call to the database,
>my curses and stored procedures work but I can't get them
>to display anything from the DBMS_OUTPUT statement?
>
> jglickma_at_lynx.neu.edu
I'll quote from "Oracle, The Complete Reference, 3rd Edition" by Koch and Loney: "To use DBMS_OUTPUT, you must be using either SQLDBA or SQLPLUS." Received on Wed Feb 12 1997 - 00:00:00 CST
![]() |
![]() |