If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ANSI SQL > problem with DBMS_AQ

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-29-03, 12:16
Dasen Dasen is offline
Registered User
 
Join Date: Jul 2003
Posts: 1
Unhappy problem with DBMS_AQ

Hello you guys

I'm pretty new to Oracle...

I trying to get familar with advanced queueing (AQ) and
built up therefor a small sample procedure.

the beginning looks like:

CREATE OR REPLACE PROCEDURE intproccom IS
tmpVar NUMBER;
Enqueue_options DBMS_AQ.enqueue_options_t;
Message_properties DBMS_AQ.message_properties_t;
Message_handle RAW(16);
Message prg.message_typ;


After compiling I get an error message like:

identifier "DBMS_AQ" must be declared

What is the problem ?
I really appreciate any help!

Thanks
Marc
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On