Hi all,
I am facing the below error while trying to call a SP from another SP!!
CALL Failed. 3523: TEMP:An owner referenced by user does not have EXECUTE PROCEDURE access to temp1.
REPLACE PROCEDURE temp1() SQL SECURITY DEFINER BEGIN END; REPLACE PROCEDURE temp() BEGIN CALL temp1(); END; CALL temp();
The user has execute procedure access in that DB, other SP's are running without any issues.
is it the problem with SQL SECURITY clause?
Please provide u r thoughts on what can be done to avoid this.
Tags:
Forums: