From: tombest@firstusa.com (Tom Best)
Newsgroups: comp.databases.oracle.server
Subject: Re: Simple question..I am running a stored procedure from SQL PLUS
Date: 8 Aug 2001 05:50:52 -0700
Organization: http://groups.google.com/
Lines: 10
Message-ID: <99ab87b0.0108080450.6de41c62@posting.google.com>
References: <92a0e580.0108071547.1fc737a4@posting.google.com>
NNTP-Posting-Host: 12.23.133.6
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 997275053 20796 127.0.0.1 (8 Aug 2001 12:50:53 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: 8 Aug 2001 12:50:53 GMT


I hope you mean you did:

   set serveroutput on

right?

debo_nair@yahoo.com (Manoj Nair) wrote in message news:<92a0e580.0108071547.1fc737a4@posting.google.com>...
> so i do a SQL> EXEC my_sp..I have dbms_output statements in code and i
> have also set serverout on ..but it doesn't print the messages what am
> i missing?

