User ABC execute a DEF.procedure
DEF.procedure : SELECT * FROM document;
User ABC need the "EXECUTE ON DEF.procedure" GRANT, that's ok.
But is it possible that "document" in DEF.procedure refere at ABC.document, if it's him who execute the procedure and refere the DEF.document if it's him who execute the procedure ?
At moment, if any user has the "EXECUTE ON DEF.procedure" GRANT, the document refere always to DEF.document ...
I tryed with Synonym and View to have a ABC.document....
Thanks, and scuse my bad english
Athom
DEF.procedure : SELECT * FROM document;
User ABC need the "EXECUTE ON DEF.procedure" GRANT, that's ok.
But is it possible that "document" in DEF.procedure refere at ABC.document, if it's him who execute the procedure and refere the DEF.document if it's him who execute the procedure ?
At moment, if any user has the "EXECUTE ON DEF.procedure" GRANT, the document refere always to DEF.document ...
I tryed with Synonym and View to have a ABC.document....
Thanks, and scuse my bad english
Athom