Specifies AUTHID to grant execute privileges on the package to.
Syntax:
GRANT-EXECUTE={PUBLIC | NONE |(authorization-ID)}
Parameters:
PUBLIC |
Grants execute privileges on the package to public. |
NONE |
No execute privileges granted. |
authorization-ID
|
Grants execute privileges to the given authorization ID, which must be a valid authorization ID defined via SQL Wizard. |
Comments: