Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle AQ, problems defining dbms_aq.enqueue_options_t
I'm using 9.2.0.1. I don't have this problem:
SQL> declare
2 xx dbms_aq.enqueue_options_t;
3 begin
4 null;
5 end;
6 /
PL/SQL procedure successfully completed.
You do have dbms_aq package, don't you? Can you paste your code and the error you get? If it's long, make it short to illustrate your point, as long as it still throws the same error.
Yong Huang Received on Thu May 12 2005 - 12:19:24 CDT
![]() |
![]() |