identifier 'PACKAGE.STORED_PROCEDURE_NAME' must be declared ORA-06550
I was updating the data access layer framework and when I began testing the changes I received this error: "identifier 'PACKAGE.STORED_PROCEDURE_NAME' must be declared ORA-06550".
I checked the package name, the procedure name, parameters and their types and nothing. So then I step-by-step went through the code and found that the connection.open() was not getting executed. It was buried in a database object and was being skipped. Painful Oracle error description.
I checked the package name, the procedure name, parameters and their types and nothing. So then I step-by-step went through the code and found that the connection.open() was not getting executed. It was buried in a database object and was being skipped. Painful Oracle error description.
Comments
Post a Comment