Re: Procedure does not exist -- when it does.
> an error ... that the stored procedure does not exist, for each schema.
I do not understand "each schema", sprocs are defined within schemas.
What's SQL SECURITY for the sproc?
What's the result of ...
select *
from information_schema.routines
where routine_name = 'sprocname';
Can you run the sproc as root? What does the mysql.proc row have for the routine? Can you duplicate the error as the logged-in user?
Subject
Views
Written By
Posted
13385
September 26, 2016 09:10AM
3090
September 26, 2016 09:56AM
2450
September 26, 2016 10:04AM
Re: Procedure does not exist -- when it does.
2425
October 06, 2016 11:50AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.