2 Release Information for Oracle Database Gateway for WebSphere MQ
The following topics contain information that is specific to this release of Oracle Database Gateway for WebSphere MQ:
Changes and Enhancements
These topics describe the changes and enhancements included in this release.
Oracle Database Dependencies
This topic explains Oracle database dependencies.
This release of Oracle Database Gateway for WebSphere MQ requires the latest released patch set for Oracle Database 12c Release 2 (12.2), or for the Oracle database release that you are using.
Support for Large Data Buffers
The PL/SQL RAW data type limitation is 32 KB (32767) bytes.
For large loads, you must use the TABLE OF RAWS data type. For more information about support for large data buffers, refer to:
Related Topics
DG4MQ Data Types
This table provides information about Oracle Database Gateway for WebSphere MQ (DG4MQ) data types.
Data Type | V401 | V804 | V817 and V901 | Oracle10g Release 2 and higher |
---|---|---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
NA |
|
|
NA |
|
NA |
|
|
NA |
|
NA |
|
|
NA |
|
NA |
|
|
NA |
PGM_UTL Procedures
This table provides information about PGM_UTL
procedures.
Procedure | V401 | V804 | V817 and V901 | Oracle10g Release 2 and higher |
---|---|---|---|---|
|
NA |
|
|
|
|
NA |
|
|
|
|
NA |
|
|
|
|
NA |
|
|
|
Note:
For Oracle10g release 10.2.0, the PGM.TO_RAW
, PGM.RAW_TO_MQMD
, PGM.RAW_TO_MQPMO
and PGM.RAW_TO_MQGMO
procedures are added for backward compatibility.
DG4MQ API Prototype Changes
This table provides information about DG4MQ
application programming interface changes.
API | V401 Arguments | V804 Arguments | V817 & V901 Arguments | 10g Release 2 and higher Arguments |
---|---|---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Related Topics
DG4MQ Deployment Scripts
These DG4MQ deployment scripts are new in this release.
-
pgm.sql
-
pgmobj.sql
-
pgmdeploy.sql
-
pgmundeploy.sql
The gateway procedures in the PGM package are defined in pgm.sql
and PGM_MQ* data type definitions used by the procedures are defined in pgmobj.sql
. For complete information about PGM package, DG4MQ gateway procedures and data type definitions, refer to:
Related Topics
Large Payload Support
DG4MQ 11g supports large payloads or messages longer than 32767 bytes.
For more information, refer to the putlongsample.sql
and getlongsample.sql
sample programs installed with the DG4MQ.
Database Link and Alias Library
A connection to the gateway is established through a database link.
From DG4MQ 10g release 2 and later, this database link is no longer associated with each DG4MQ gateway procedural call (for example, PGM.MQPUT@dblink
). From 10g release 2 and later, it needs to be defined only once in the MQOD
data type used by MQOPEN
, and this database link is registered in the object handle returned by the MQOPEN
call. Refer to the sample programs installed with the gateway for details. By default, a public database link, dg4mqdepdblink
, is created with your default SID when DG4MQ deployment scripts are executed.
Known Problems
This topic describes the known problems in this release.
The problems documented in this section are specific to the Oracle Database Gateway for WebSphere MQ and are known to exist in this release of the product. These problems will be fixed in a future gateway release. If you have any questions or concerns about these problems, contact Oracle Support Services.
A current list of problems is available online. Contact your local Oracle office for information about accessing this online information.
Known Restrictions
This topic describes the known restrictions in this release.
The following restriction is known to exist for this release.
Customizing LOG_DESTINATION
There is a known issue when customizing the gateway initialization file for gateway tracing for Microsoft Windows platform. When customizing the path name of LOG_DESTINATION
, the delimiter must be double backslashes. For example:
LOG_DESTINATION=C:\\oracle\\product\\12.2\\dg4mqs\\dg4mq\\log\\dg4mqs.log
Note:
If LOG_DESTINATION
is not defined for Microsoft Windows platform, a default name is used and the log is created in ORACLE_HOME\dg4mq\trace
directory
Customizing deployment script pgmobj.sql
There is a known issue when customizing the gateway deployment script pgmobj.sql
for Microsoft Windows platform. When defining the path name of libdg4mq
, the delimiter must be backslashes. For example create or replace library libdg4mq
as:
CREATE OR REPLACE LIBRARY libdg4mq as 'C:\oracle\product\12.2\dg4mqs\bin\oradg4mqs.dll' transactional
or
CREATE OR REPLACE LIBRARY libdg4mq as '$ORACLE_HOME\bin\oradg4mqs.dll' transactional
CALLBACK links
Oracle Database Gateway for WebSphere MQ does not support CALLBACK
links. Trying a CALLBACK
link with the gateway will return the following error message:
ORA-02025: All tables in the SQL statement must be at the remote database