ORA-06550: line 1, column 11:
525853Jul 31 2006 — edited Jul 31 2006Hello,
I have an Production issue I've been trying to resolve for sometime. Basically, I'm getting the following error when trying to invoke a stored proc. driven report:
ERROR ---- ORA-06550: line 1, column 11:"
Unfortunately, the error message isn't very detailed, but I believe it's referring to a stored procedure on the DB server. Below is the code it refers to:
Line 1: CREATE OR REPLACE procedure activity_rpt(in_st_date in varchar2,
in_end_date in varchar2,
in_session_id in varchar2,
in_grp in varchar2,
rc out number)as
...
As you can see, line 1, column 11 refers to the 'R' in Replace. There's nothing wrong with the code (?). Even the stored proc compiles fine in the DB server. I just want to know exactly what this error message means. The documentation says it's a compilation error, but clearly that's not the case. ANY HELP IS APPRECIATED!!!