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

Thread: granting access to queue tables

  1. #1
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334

    granting access to queue tables

    Got some queue tables which I want people to be able to select one to see the contents.

    So.

    I have this table xxxqtab and a role which i want to assign access to

    grant select on xxxqtab to read_only_role;

    ERROR at line 1:
    ORA-01720: grant option does not exist for 'SYS.AQ$_JMS_OBJECT_MESSAGE'

    anyway of granting access to view these tables only (the role has only create session and grants on other tables)

    9.2.0.5 redhat 2.1

  2. #2
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    running the grant as sys fixed 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