Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle AQ, problems defining dbms_aq.enqueue_options_t

Re: Oracle AQ, problems defining dbms_aq.enqueue_options_t

From: <yong321_at_yahoo.com>
Date: 12 May 2005 10:19:24 -0700
Message-ID: <1115918364.661882.224360@g49g2000cwa.googlegroups.com>


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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US