Privileges to see Stored Procedures and Triggers Code from other Schemas
Hi,
how can we see Procedures and Trigger Codes from other Schemas. With "select any table" Privilege it's only possible to see Table contents, with "debug any procedure" it's possible to see all code from Stored Procedures but no Triggers. Is there a Privilege to ONLY see all the code? Without using dbms_metadata. It's for Users working with Toad or SQL-Navigator.
how can we see Procedures and Trigger Codes from other Schemas. With "select any table" Privilege it's only possible to see Table contents, with "debug any procedure" it's possible to see all code from Stored Procedures but no Triggers. Is there a Privilege to ONLY see all the code? Without using dbms_metadata. It's for Users working with Toad or SQL-Navigator.
Any Ideas?
Thanks,
Christian
0