AQ_ADMINISTRATOR_ROLE and DBMS_AQADM
rahulrasMay 27 2008 — edited May 28 2008Hi,
I am on 10.2 on Linux.
My user has AQ_ADMINISTRATOR_ROLE role granted and on sql prompt if I describe dbms_aqadm, I can see the details.
But when I try to execute dbms_aqadm or try to compile a procedure which calls dbms_adaqm, I get error, "PLS-00201: identifier 'DBMS_AQADM' must be declared".
I know that, on packages and procedures, we need to grant the "execute" privilege explicitely to the user.
But then, what does the AQ_ADMINISTRATOR_ROLE stands for ?
Thanks in advance