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

Thread: Cannot compile Package Body with v$mystat

  1. #1
    Join Date
    Jan 2001
    Posts
    66

    Cannot compile Package Body with v$mystat

    Some time ago I ran into this problem but can not remember how to resolve. I can run a query on v$mystat fine but it will not allow my package body that queries it to compile. I get the following error.

    PL/SQL: ORA-00942: table or view does not exist

  2. #2
    Join Date
    Jun 2000
    Location
    Madrid, Spain
    Posts
    7,447
    conn as sys

    grant select on v_$mystat to user_X

  3. #3
    Join Date
    Jan 2001
    Posts
    66
    thanks got it!

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