Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Why do I get this PLS-00225 error ?
Oracle 8173 on Solaris
MT_at_rex-SQL> select distinct name from all_source where owner='MT' and type ='PROCEDURE';
NAME
MT_at_rex-SQL> set serveroutput on MT_at_rex-SQL> MT_at_rex-SQL> declare
dbms_output.put_line (c1.name);
end loop;
end;
/
dbms_output.put_line (c1.name); *
ORA-06550: line 7, column 31: PLS-00225: subprogram or cursor 'C1' reference is out of scope ORA-06550: line 7, column 6:
TIA. Guang
-- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.htmlReceived on Thu Feb 19 2004 - 20:51:20 CST
-----------------------------------------------------------------
![]() |
![]() |