I created a package with probably over 25 individual procedures. When granting security, do I grant execute privileges on the package or to individual procedures, functions within the package?
The reason I ask is that I granted a user execute privileges on the package, but they are still unable to run the procedure. I didn't see where you could grant separate privileges on procedures in the package. I know the procedure works.
The reason I ask is that I granted a user execute privileges on the package, but they are still unable to run the procedure. I didn't see where you could grant separate privileges on procedures in the package. I know the procedure works.