VPD Pre/Post Implementation Issues 2004-08-19 - By Jared Still
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 (See ORA-20000.ora-code.com): ORU-10027: buffer overflow, limit of 10000 bytes
ORA-06512 (See ORA-06512.ora-code.com): at "SYS.DBMS_OUTPUT ", line 35
ORA-06512 (See ORA-06512.ora-code.com): at "SYS.DBMS_OUTPUT ", line 158
ORA-06512 (See ORA-06512.ora-code.com): at "SYS.DBMS_OUTPUT ", line 121
ORA-06512 (See ORA-06512.ora-code.com): at line 4
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
To unsubscribe send email to: oracle-l-request@(protected)
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
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
|
|