oracle 9i does not support aq subscribers? -


i'm trying make oracle aq queue subscriber (oracle9i enterprise edition release 9.2.0.8.0 - 64bit production). script

declare    subs sys.aq$_agent; begin    subs :=  sys.aq$_agent('subscriber_1', null, null);    dbms_aqadm.add_subscriber(       queue_name  =>  'queue1',       subscriber  =>  subs); end;     

works well, i'm trying see subscribers queue (in sql developer), see message:

not available db version.

and i'm trying delete user, have message such user not subscribed corresponding queue.

how can check if oracle 9 supports aq subscribers or enable support?

update:

all works fine, version of sql developer not support feature oracle 9

why not @ documentation?

the object aq$_agent exists in 9i package dbms_aqadm. first link in latter leads oracle9i application developer's guide - advanced queuing.

this not typical oracle error message (googling returns question). how trying see subscribers queue? querying actual tables or using inbuilt sql developer implementation?


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -