DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: grant to specific procedure in a package?

  1. #1
    Join Date
    Dec 2005
    Posts
    195

    grant to specific procedure in a package?

    All,

    I have a package and it has several procedure. I want to grant execute privileges for only the specific procedure in that pacakge?.

    is this possible?.

    Regards
    Govind

  2. #2
    Join Date
    Dec 2000
    Location
    Ljubljana, Slovenia
    Posts
    4,439
    No, it is not possible. What you have to do is to create a standalone procedure that calls that specific procedure from the package. Then grant execute on that standalone procedure to your user.
    Jurij Modic
    ASCII a stupid question, get a stupid ANSI
    24 hours in a day .... 24 beer in a case .... coincidence?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width