Oracle8i Application Developer's Guide - Advanced Queuing
Release 2 (8.1.6)

Part Number A76938-01

Library

Product

Contents

Index

Go to previous page Go to beginning of chapter Go to next page

Basic Components, 3 of 6


Enumerated Constants in the Administrative Interface

When using enumerated constants such as INFINITE, TRANSACTIONAL, NORMAL_QUEUE are selected as values, the symbol needs to be specified with the scope of the packages defining it. All types associated with the administrative interfaces have to be prepended with dbms_aqadm. For example:

DBMS_AQADM.NORMAL_QUEUE
Table 2-3 Enumerated types in the administrative interface
Parameter  Options 

retention 

0,1,2...INFINITE 

message_grouping 

TRANSACTIONAL, NONE 

queue_type 

NORMAL_QUEUE, EXCEPTION_QUEUE,NON_PERSISTENT_QUEUE 


Go to previous page Go to beginning of chapter Go to next page
Oracle
Copyright © 1996-2000, Oracle Corporation.

All Rights Reserved.

Library

Product

Contents

Index