Skip to Main Content
Oracle in a Nutshell
book

Oracle in a Nutshell

by Rick Greenwald, David C. Kreines
December 2002
Intermediate to advanced content levelIntermediate to advanced
928 pages
85h 29m
English
O'Reilly Media, Inc.
Content preview from Oracle in a Nutshell

Calls

PROCEDURE DBMS_MGWADM.ALTER_AGENT (max_connections IN BINARY_INTEGER DEFAULT NULL, max_memory IN BINARY_INTEGER DEFAULT NULL);

Sets resource limits on connections and memory used by the Messaging Gateway agent.

PROCEDURE DBMS_MGWADM.DB_CONNECT_INFO (username IN VARCHAR2, password IN VARCHAR2, database IN VARCHAR2 DEFAULT NULL);

Specifies Oracle connection information used by the Messaging Gateway agent.

PROCEDURE DBMS_MGWADM.STARTUP (instance IN BINARY_INTEGER DEFAULT 0, force IN BINARY_INTEGER DEFAULT DBMS_MGWADM.NO_FORCE);

Starts the Messaging Gateway agent on instance. If instance is 0, the agent can use any instance. If force has the default value, it must use the specified instance.

PROCEDURE DBMS_MGWADM.SHUTDOWN (sdmode IN BINARY_INTEGER DEFAULT DBMS_MGWADM.SHUTDOWN_NORMAL);

If sdmode has the default value, the Messaging Gateway agent attempts to complete its current propagation work. If sdmode is SHUTDOWN_IMMEDIATE, the gateway terminates immediately.

PROCEDURE DBMS_MGWADM.CLEANUP_GATEWAY (action IN BINARY_INTEGER);

Performs cleanup or recovery operations left in the wake of an abnormal shutdown. The only acceptable value is DBMS_MGWADM.CLEAN_STARTUP_STATE.

PROCEDURE DBMS_MGWADM.SET_LOG_LEVEL (log_level IN BINARY_INTEGER);

Sets the log level to either DBMS_MGWADM.BASIC_LOGGING or DBMS_MGWADM.TRACE_DEBUG_LOGGING.

PROCEDURE DBMS_MGWADM.CREATE_MSGSYSTEM_LINK (linkname IN VARCHAR2, properties IN SYS.MGW_MQSERIES_PROPERTIES, options IN SYS.MGW_PROPERTIES DEFAULT NULL,
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Oracle Internals

Oracle Internals

Donald K. Burleson
Oracle PL/SQL

Oracle PL/SQL

Lewis Cunningham
Oracle Essentials: Oracle9i, Oracle8i and Oracle8, Second Edition

Oracle Essentials: Oracle9i, Oracle8i and Oracle8, Second Edition

Rick Greenwald, Robert Stackowiak, Jonathan Stern

Publisher Resources

ISBN: 0596003366Errata Page