Why does my Oracle JdbcSink keep failing with the errors: Error Code 6550 and/or PLS-00201: identifier M0500001 must be declared?
In Oracle the user is allowed to create user-defined Procedures and Functions. The Oracle JdbcSink expects to call an Oracle user-defined function rather than an Oracle user-defined procedure. These error messages indicate that the user-defined function can not be found, so make sure that the user-defined function that you are calling is an Oracle Function and not an Oracle Procedure.
Related Questions
- Why is the help compiler failing with HHC6000 and HHC5007 errors referencing "disk full" and "fatal navigational compilation" errors?
- Why does my Oracle JdbcSink keep failing with the errors: Error Code 6550 and/or PLS-00201: identifier M0500001 must be declared?
- Why is my upgrade/install of Tasktop failing with "Cannot complete the request" errors?