Oracle Database Gateway for WebSphere MQ on one host as the database?
Hi,
Is it possible to have the "Oracle Database Gateway for WebSphere MQ" and the IBM MQ Series Adapter running on one host and the database running on another host?
This is what I am currently trying to install. However, during the installation a library is created in the database.
( create or replace library libdg4mq as '..../libdg4mqs.so' transactional; )
But Lib is on the host with the gateway software.
Does anyone have experience with this or even a solution?
Simply copying the lib to the host with the database does nothing. Because this has dependencies to the MQ-Series Library's. And these are also not on the database host.