|
Archives of the TeradataForumMessage Posted: Mon, 04 Oct 2004 @ 18:29:59 GMT
I am trying to run a stored procedure which uses a volatile tabel to store the resultset. . It runs fine, no run-time or compilation errors and returns the resultset. But the issue is after the execution the session itself is changed to the owner of the Stored Procedure. Means... For eg: On a Teradata SQL Assistant session if USER_A is logged on currently and if the below is executed. SELECT USER; /* This will return USER_A as the result * / EXECUTE User_TEMP.RecursiveSP ( ); /* Run's sucessfully & returns the resultset */ SELECT USER; /* This will return USER_TEMP * / Any ideas why the second SELECT USER command returns USER_TEMP instead of returning USER_A. Any one has encountered this issue before?. Is there any fucntionality in Stored Procedures in reality we can switch the user session to the owner of the stored procedure?.Any help to debug this's appreciated.. Regards, Raj
| ||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||
Copyright 2016 - All Rights Reserved | ||||||||||||||||||||||||||||||||||||||||||||||||
Last Modified: 15 Jun 2023 | ||||||||||||||||||||||||||||||||||||||||||||||||