Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 4

MIRACLE SOFTWARE SYSTEMS, Inc.

Bhupathi Srikakulapu
WBI MB Team

Create a Broker with Oracle database:

Oracle When you define a data source for Oracle you must choose the driver named
MQSeries DataDirect 4.10 32-BIT Oracle. When you configure this driver you must:

– Enter the DSN name, description, and server name (ORADB) (where the server name is
the "Service Name" that resolves to a "Connect Descriptor", for example through a
mapping in the TSNAMES.ORA file).
MIRACLE SOFTWARE SYSTEMS, Inc. Bhupathi Srikakulapu
WBI MB Team

Click TestConnect button and mention the database username and password click OK.
MIRACLE SOFTWARE SYSTEMS, Inc. Bhupathi Srikakulapu
WBI MB Team

Ensure that the Enable SQLDescribeParam box is checked. This parameter is on the
Advanced tab of the driver settings.

Click TestConnect and OK.


Create a new registry subkey for each of your DSNs that reference an Oracle database, by
using REGEDIT to navigate to:
HKEY_LOCAL_MACHINE
SOFTWARE
ODBC
ODBC.INI
MIRACLE SOFTWARE SYSTEMS, Inc. Bhupathi Srikakulapu
WBI MB Team

Right-click the DSN, and select New >String Value. Specify WorkArounds for the string,
and set the value to 536870912.

Now create broker using with command mqsicreatebroker…. In this command mention
the mandatory fields Data Source Name is which is created for Oracle, You should give
DataSourceUserID and DataSourcePassword of Oracle Database.

You might also like