How to view package body without compile from other schema?

cincocielos

Member²
Regards...

I have a problem... if I sow package body of other schemas, I can compile it. but it is not correct, I need to see all PB and no compile.

I hope some one help me

bye
 
If you want to prevent a user from compiling packages owned by other users, you need to revoke the "alter any procedure" system privilege from that uses.
 
Back
Top