What data-dictionary view is "User1" accessing to see the trigger code? If you have done a "grant select any dictionary to user1;", then the following query should work for you:
Code:
select <expression-list> from dba_triggers where owner = '<trigger-owner>';
Let us know your findings.
Mufasa
(aka Dave of Sandy, Utah, USA)
[I can provide you with low-cost, remote Database Administration services: see our website and contact me via www.dasages.com]
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.