Skip Headers

Oracle9i Supplied PL/SQL Packages and Types Reference
Release 2 (9.2)

Part Number A96612-01
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback

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

DBMS_MGWADM, 3 of 6


DBMS_MGWADM Constants

Table 31-5  DBMS_MGWADM Constants--Propagation Types
Name Type Description

OUTBOUND_PROPAGATION

CONSTANT BINARY_INTEGER;

Represents the propagation type for AQ to non-Oracle propagation. The propagation source is a local AQ queue and the destination is a queue in a foreign (non-Oracle) messaging system.

INBOUND_PROPAGATION

CONSTANT BINARY_INTEGER;

Represents the propagation type for non-Oracle to AQ propagation. The propagation source is a queue in a foreign (non-Oracle) messaging system and the destination is a local AQ queue.

Table 31-6  DBMS_MGWADM Constants--Queue Domain Types
Name Type Description

DOMAIN_QUEUE

CONSTANT BINARY_INTEGER;

Represents a queue destination. A JMS queue (point-to-point model) is classified as a queue.

DOMAIN_TOPIC

CONSTANT BINARY_INTEGER;

Represents a topic destination. A JMS topic (publish-subscribe model) is classified as a topic.

Table 31-7  DBMS_MGWADM Constants--Force Values
Name Type Description

NO_FORCE

CONSTANT BINARY_INTEGER;

Represents a normal, nonforced action

FORCE

CONSTANT BINARY_INTEGER;

Represents a forced action

Table 31-8  DBMS_MGWADM Constants--Shutdown Modes
Name Type Description

SHUTDOWN_NORMAL

CONSTANT BINARY_INTEGER;

Represents the normal shutdown mode

SHUTDOWN_IMMEDIATE

CONSTANT BINARY_INTEGER;

Represents the immediate shutdown mode

Table 31-9  DBMS_MGWADM Constants--Cleanup Actions
Name Type Description

CLEAN_STARTUP_STATE

CONSTANT BINARY_INTEGER;

Represents the cleanup action for gateway startup state recovery

Table 31-10  DBMS_MGWADM Constants--Logging Levels
Name Type Description

BASIC_LOGGING

CONSTANT BINARY_INTEGER;

Represents the detail of logging information written to the log file. The logging level ranges from BASIC_LOGGING for standard (the least) information to TRACE_DEBUG_LOGGING for the greatest information.

TRACE_LITE_LOGGING

CONSTANT BINARY_INTEGER;

TRACE_HIGH_LOGGING

CONSTANT BINARY_INTEGER;

TRACE_DEBUG_LOGGING

CONSTANT BINARY_INTEGER;

Table 31-11  DBMS_MGWADM Constants--MQSeries Interface Types
Name Type Description

MQSERIES_BASE_JAVA_INTERFACE

CONSTANT BINARY_INTEGER;

Represents the Base Java interface for the MQSeries messaging system

MQSERIES_JMS_INTERFACE

CONSTANT BINARY_INTEGER;

Represents the JMS interface for the MQSeries messaging system

Table 31-12  DBMS_MGWADM Constants--Named Property Constants
Name Type Description

MGWPROP_PREFIX

CONSTANT VARCHAR2;

A constant (MGWPROP$_) for the reserved property name prefix

MGWPROP_REMOVE

CONSTANT VARCHAR2;

A constant (MGWPROP$_REMOVE) for the reserved property name used to remove an existing property

MGWPROP_REMOVE_ALL

CONSTANT VARCHAR2;

A constant (MGWPROP$_REMOVE_ALL) for the reserved property name used to remove all properties

Table 31-13  DBMS_MGWADM Constants--Other Constants
Name Type Description

NO_CHANGE

CONSTANT VARCHAR2;

Indicates that an existing value should be preserved (not changed). This is used for certain APIs where the desire is to change one or more parameters but leave others unchanged.


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

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback