"PROCEDURE mysql.<STORED_PROCEDURE> does not exist" when Executing MySQL Stored Procedure in ODI
(Doc ID 2632750.1)
Last updated on OCTOBER 04, 2022
Applies to:
Oracle Data Integrator Cloud Service - Version 17.2.1 and laterOracle Data Integrator - Version 12.1.2.0.0 and later
Information in this document applies to any platform.
Symptoms
While executing a MySQL stored procedure through Oracle Data Integrator (ODI), it fails with the following error:
ODI-1228: Task Procedure-<ODI Procedure name> fails on the target connection <MYSQL_CONNECTION>.
Caused By: java.sql.SQLSyntaxErrorException: PROCEDURE mysql.<STORED_PROCEDURE> does not exist
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97)
at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
at com.mysql.cj.jdbc.StatementImpl.executeInternal(StatementImpl.java:782)
...
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |