> Thanks, the problem was due to statements in the function such as:
>
> dbms_output.put_line('xxxxxxx');
>
> By commenting out the statements, the error ORA-06751 disappeared.
> --
> Bernard Tiffany
> Internet: Bernard.Tiffany@umich.edu CompuServe: 75046.2667
> "With malice toward none; with charity for all" Abraham Lincoln, March 4, 1865
Bernard,
If your dbms_output is causing problems, try running the following script:
$ORACLE_HOME/rdbms/admin/dbmsotpt.sql
This will re-create and re-compile your dbms_output built-in package. If the
script successfully runs, then try un-commenting the statements.
-Ari Kaplan
Independent Oracle DBA Consultant
<-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><->
<-> For 60+ technical tips, visit my Web Page: <->
<-> <->
<-> www.arikaplan.com <->
<-> <->
<-> email: akaplan@interaccess.com <->
<-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><->
Back to Ari Kaplan's Home Page