I am upgrading to Coldfusion 8 from MX. I currently have a
program that accesses Oracle 10g using a stored procedure call
(cfstoredproc). It works on MX but not on 8. I can do regular
queries to the Oracle database successfully. Here is the error
mesage I'm receiving:
Error Executing Database Query.
[Macromedia][Oracle JDBC Driver][Oracle]ORA-06550: line 1,
column 18: PLS-00222: no function with name 'EVENT_COUNT' exists in
this scope ORA-06550: line 1, column 7: PL/SQL: Statement ignored
Any ideas?