so the problem is with defining SQL SECURITY for TEMP?? I tried giving both owner and creator for TEMP still the issue persists.or the database in which the SP resides needs SP execution access??
REPLACE PROCEDURE temp() SQL SECURITY CREATOR/OWNER
BEGIN
CALL nle_bvws.temp1();
END;
so the problem is with defining SQL SECURITY for TEMP?? I tried giving both owner and creator for TEMP still the issue persists.or the database in which the SP resides needs SP execution access??
REPLACE PROCEDURE temp() SQL SECURITY CREATOR/OWNER
BEGIN
CALL nle_bvws.temp1();
END;