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,
Get Oracle in a Nutshell now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.