RE: Simple PL/SQL output question

From: Dunbar, Norman (Capgemini) <"Dunbar,>
Date: Thu, 10 Mar 2011 12:36:46 -0000
Message-ID: <919FC80F27E0C6428106496EDF92A7521197538A_at_EXCCLUS05.PRODDS.NTNL>



Dennis,

SET ECHO OFF
SET VERIFY OFF
SET SERVEROUTPUT ON
DECLARE
-- local variables and cursors

BEGIN
-- PL/SQL code

      DBMS_OUTPUT.PUT('------------------------------------------');
      DBMS_OUTPUT.NEW_LINE;
      --DBMS_OUTPUT.PUT_LINE('QH Source Lot ID = '||LotRec.AppID);
      --DBMS_OUTPUT.PUT_LINE('QH State = '||LotRec.State);
END;
/

The above runs fine in Toad. Toad is smart enough to see that you are using DBMS_OUTPUT and if not enabled, will turn it on.

In sqlplus, the above works fine for me using 11.1.0.6 client on Windows 2000 connected to a 10.2.0.4 database on Linux. I get the row of dashes. If I "r" the command, I get a listing of it followed by another line of dashes - so it's working fine. Same again if I just "/" it - except there's no display of the SQL itself, just the output.

:-(

Cheers,
Norm.

Norman Dunbar
Contract Senior Oracle DBA
Capgemini Database Team (EA)
Internal : 7 28 2051
External : 0113 231 2051

Information in this message may be confidential and may be legally privileged. If you have received this message by mistake, please notify the sender immediately, delete it and do not copy it to anyone else.

We have checked this email and its attachments for viruses. But you should still check any attachment before opening it. We may have to make this message and any reply to it public if asked to under the Freedom of Information Act, Data Protection Act or for litigation. Email messages and attachments sent to or from any Environment Agency address may also be accessed by someone other than the sender or recipient, for business purposes.

If we have sent you information and you wish to use it please read our terms and conditions which you can get by calling us on 08708 506 506. Find out more about the Environment Agency at www.environment-agency.gov.uk

--
http://www.freelists.org/webpage/oracle-l
Received on Thu Mar 10 2011 - 06:36:46 CST

Original text of this message