10gR2 : Privileges on objects
Oracle user u_owner owns 1 pl/sql function F1 and 1 pl/sql package PKG1.
Another user u_consult can only read source code of F1 and PKG1 ( no possible to compile or execute them ).
Also , u_consult can only read tables data of u_owner (only select).
How can I do this ?
Best regards.
GD.