ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » IBM MQ Installation/Configuration Support » MQ Oracle adaptor selection

Post new topic  Reply to topic
 MQ Oracle adaptor selection « View previous topic :: View next topic » 
Author Message
Twilight
PostPosted: Tue Jun 14, 2005 10:39 am    Post subject: MQ Oracle adaptor selection Reply with quote

Apprentice

Joined: 04 Aug 2004
Posts: 49

Hi, There.
I'm trying to select a S/W that MQ from/to Oracle interface and researching for it.
IBM has one and Oracle has one( I believe it is called Oracle Interconnect Adapter for MQ).
Also, I found Oracle has AS(Application Server) does samething also.
But, I couldn't tell which one offers simple way to use and configure.

I want to update Oracle DB from MQ without using any other program.

Please advice me.
Thanks in advance.
_________________
WMQ/WMQI/WBI Consultant
Toronto, Canada
Back to top
View user's profile Send private message
jefflowrey
PostPosted: Tue Jun 14, 2005 10:44 am    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

You will need to configure something to map the contents of the message into the appropriate fields in the database and vice versa.

This almost always requires writing code of some sort or another.
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
Twilight
PostPosted: Tue Jun 14, 2005 10:49 am    Post subject: Reply with quote

Apprentice

Joined: 04 Aug 2004
Posts: 49

jefflowrey wrote:
You will need to configure something to map the contents of the message into the appropriate fields in the database and vice versa.

This almost always requires writing code of some sort or another.


As I know, IBM or Oracle has XML inteface include in their product for both MQ to Oracle or Oracle to MQ message transfer.

Thanks, Steve
_________________
WMQ/WMQI/WBI Consultant
Toronto, Canada
Back to top
View user's profile Send private message
vennela
PostPosted: Tue Jun 14, 2005 10:51 am    Post subject: Reply with quote

Jedi Knight

Joined: 11 Aug 2002
Posts: 4055
Location: Hyderabad, India

I used Oracle Interconnect to update Oracle DB with MQ messages.
You need MQ Aapter to read/write to MQ Queues, and you need DB adapter to READ/WRITE to Oracle DB and you will use Oracle Interconnect (or Oracle Application Server or something like that) as the broker.
This definitely needs lot of work. You need to use iStudio or something that Oracle offers to map the fileds.

What is the IBM product that you are referring to?
Back to top
View user's profile Send private message Send e-mail Visit poster's website
vennela
PostPosted: Tue Jun 14, 2005 10:53 am    Post subject: Reply with quote

Jedi Knight

Joined: 11 Aug 2002
Posts: 4055
Location: Hyderabad, India

Quote:
As I know, IBM or Oracle has XML inteface include in their product for both MQ to Oracle or Oracle to MQ message transfer.

AFAIK, the MQ adapter for Oracle Interconnect can read XML messages or FIXED Width Messages or Tag Delimited messages.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Twilight
PostPosted: Tue Jun 14, 2005 11:11 am    Post subject: Reply with quote

Apprentice

Joined: 04 Aug 2004
Posts: 49

vennela wrote:
Quote:
As I know, IBM or Oracle has XML inteface include in their product for both MQ to Oracle or Oracle to MQ message transfer.

AFAIK, the MQ adapter for Oracle Interconnect can read XML messages or FIXED Width Messages or Tag Delimited messages.


Great ! folks.
Your replies help me a lot.
BTW, Has Anybody used/been using IBM Oracle adapter ?
I need a some feedback on IBM adapter.
Thanks again.
_________________
WMQ/WMQI/WBI Consultant
Toronto, Canada
Back to top
View user's profile Send private message
jefflowrey
PostPosted: Tue Jun 14, 2005 11:12 am    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

Twilight wrote:
BTW, Has Anybody used/been using IBM Oracle adapter ?
I need a some feedback on IBM adapter.
Thanks again.


What is the actual name of the product you are referring to?
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
Twilight
PostPosted: Tue Jun 14, 2005 11:15 am    Post subject: Reply with quote

Apprentice

Joined: 04 Aug 2004
Posts: 49

jefflowrey wrote:
Twilight wrote:
BTW, Has Anybody used/been using IBM Oracle adapter ?
I need a some feedback on IBM adapter.
Thanks again.


What is the actual name of the product you are referring to?


IBM WebSphere Adapter for Oracle Applications.
Thanks, Steve
_________________
WMQ/WMQI/WBI Consultant
Toronto, Canada
Back to top
View user's profile Send private message
vennela
PostPosted: Tue Jun 14, 2005 1:50 pm    Post subject: Reply with quote

Jedi Knight

Joined: 11 Aug 2002
Posts: 4055
Location: Hyderabad, India

I looked at the WBI Adapters. The above mentioned adapter is listed under Applications.
Well you will also have to tell what broker, you are gonna use with these adapters.

If for example you use ICS as the broker and use MQ adapter and Oracle adapter on each sie, you will have to create BO's and MAPS along with PASSTHRU collaborations. I have done a similar POC where the DB was SQL Server. We used JDBC adapter to update the DB and MQ adapter to read from the QUEUEs. That worked really well.

BUT, I cannot tell you which one will prove to be a better choice because I have not seen the IBM adapter in production. Supportwise, IBM offers better support.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Twilight
PostPosted: Wed Jun 15, 2005 12:04 pm    Post subject: Reply with quote

Apprentice

Joined: 04 Aug 2004
Posts: 49

vennela wrote:
I looked at the WBI Adapters. The above mentioned adapter is listed under Applications.
Well you will also have to tell what broker, you are gonna use with these adapters.

If for example you use ICS as the broker and use MQ adapter and Oracle adapter on each sie, you will have to create BO's and MAPS along with PASSTHRU collaborations. I have done a similar POC where the DB was SQL Server. We used JDBC adapter to update the DB and MQ adapter to read from the QUEUEs. That worked really well.

BUT, I cannot tell you which one will prove to be a better choice because I have not seen the IBM adapter in production. Supportwise, IBM offers better support.



I'll try it Oracle version and see what happens.
Thanks a lot.
_________________
WMQ/WMQI/WBI Consultant
Toronto, Canada
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » IBM MQ Installation/Configuration Support » MQ Oracle adaptor selection
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.