Calls
-
PROCEDURE DBMS_MGWADM.ALTER_AGENT(max_connectionsIN BINARY_INTEGER DEFAULT NULL,max_memoryIN BINARY_INTEGER DEFAULT NULL); Sets resource limits on connections and memory used by the Messaging Gateway agent.
-
PROCEDURE DBMS_MGWADM.DB_CONNECT_INFO(usernameIN VARCHAR2,passwordIN VARCHAR2,databaseIN VARCHAR2 DEFAULT NULL); Specifies Oracle connection information used by the Messaging Gateway agent.
-
PROCEDURE DBMS_MGWADM.STARTUP(instanceIN BINARY_INTEGER DEFAULT 0,forceIN 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(sdmodeIN 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(actionIN 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_levelIN BINARY_INTEGER); Sets the log level to either DBMS_MGWADM.BASIC_LOGGING or DBMS_MGWADM.TRACE_DEBUG_LOGGING.
-
PROCEDURE DBMS_MGWADM.CREATE_MSGSYSTEM_LINK(linknameIN VARCHAR2,propertiesIN SYS.MGW_MQSERIES_PROPERTIES,optionsIN 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.
Read now
Unlock full access