Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: VPD Pre/Post Implementation Issues

Re: VPD Pre/Post Implementation Issues

From: Raj Jamadagni <rjamya_at_yahoo.com>
Date: Thu, 19 Aug 2004 08:29:56 -0700 (PDT)
Message-ID: <20040819152956.76472.qmail@web50004.mail.yahoo.com>


Picky ... 8:)

I wish this is one thing that Oracle would really resolve ... I mean this is such a small and extremely irritating thing ...

Raj

> On Thu, 2004-08-19 at 04:18, Raj Jamadagni wrote:
> > set serveroutput on
> > begin
> > for i in 1 .. 1000
> > loop
> > dbms_output.put_line('Nothing beats testing in your OWN environment.');
> > end loop;
> > end;
> > /
> >
> > See, I told you thousand times .. 8:)
> > Raj
> >
>
>
> No, you didn't. You forgot the 'size' on 'server output on'. ;)
>
> ERROR at line 1:
> ORA-20000: ORU-10027: buffer overflow, limit of 10000 bytes
> ORA-06512: at "SYS.DBMS_OUTPUT", line 35
> ORA-06512: at "SYS.DBMS_OUTPUT", line 158
> ORA-06512: at "SYS.DBMS_OUTPUT", line 121
> ORA-06512: at line 4
>



Best Regards
Raj

select mandatory_disclaimer from company_requirements;                          

Do you Yahoo!?
New and Improved Yahoo! Mail - 100MB free storage! http://promotions.yahoo.com/new_mail

Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------
Received on Thu Aug 19 2004 - 10:27:09 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US