[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
SQR, PL/SQL and DBMS_OUTPUT
- Subject: SQR, PL/SQL and DBMS_OUTPUT
- From: "Gini Potts (ginip)" <ginip@SEQUENT.COM>
- Date: Wed, 27 Jan 1999 09:35:30 -0800
I want to execute an PL/SQL program from an SQR. This particular PL/SQL
program uses calls to DBMS_OUTPUT to write a report. When I run this report
through SQLPlus, I SET SERVEROUTPUT ON and spool the output to a file. Is
there a way to access the serveroutput with an SQR, or am I sunk?
(Unfortunately, changing DBMS_OUTPUT to UTL_FILE is not an option.)
Thanks.
Gini