Disable compiling package/store/function by other schemas ?
I have been used oracle 9.2.0.4 64 bit on AIX 5.2.
I have two schemas A and B. I grant some privileges to A (execute) on package B.pkg_test . Are there methods I can use to disable compiling from A on pkg_test (e.g: schemas A can not compile pkg_test that belong ?
Thanks.