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

Thread: package

  1. #1
    Join Date
    Mar 2001
    Posts
    78

    Exclamation

    If I create a package with dba priviledges. What permissions do I need to give a user to be able to execute that package?

  2. #2
    Join Date
    Apr 2000
    Location
    Baltimore, MD
    Posts
    759
    Grant execute procedure (procedure_name) to (username)

  3. #3
    Join Date
    Dec 2000
    Location
    Ljubljana, Slovenia
    Posts
    4,439
    Originally posted by Halo
    Grant execute procedure (procedure_name) to (username)
    A minor correction on syntax:

    GRANT EXECUTE ON package_name TO username;
    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