How to grant privileges on packages
(Doc ID 2846470.1)
Last updated on APRIL 17, 2023
Applies to:
Oracle Database - Enterprise Edition - Version 19.8.0.0.0 and laterInformation in this document applies to any platform.
Goal
How to grant privileges on packages (it's required)
grant select on <package>;
grant select on<package>
*
ERROR at line 1:
ORA-02225: only EXECUTE and DEBUG privileges are valid for procedures
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |
References |