Quantcast
Channel: Teradata Forums - All forums
Viewing all articles
Browse latest Browse all 27759

calling a SP inside a SP. - forum topic by barani_sachin

$
0
0

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.
 

Forums: 

Viewing all articles
Browse latest Browse all 27759

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>