If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ANSI SQL > Reading across 2 DB instances

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-29-03, 15:35
mr620 mr620 is offline
Registered User
 
Join Date: Sep 2003
Posts: 3
Question Reading across 2 DB instances

As part of validating a new data mart application, I want to read source data sitting in a DB2 system and pull associated target data sitting in an Oracle db.
Has anyone come across this scenario and how did you overcome the discontinuity between the 2 databases?
Reply With Quote
  #2 (permalink)  
Old 09-29-03, 16:20
quigleyd quigleyd is offline
Registered User
 
Join Date: Nov 2002
Location: Delaware
Posts: 186
You would need to setup your db2 instance as a federated database and you could then create a link between the 2 different db and run a query in db2 that would read both databases. Look in the DB2 manual under federated databases.
Reply With Quote
  #3 (permalink)  
Old 09-30-03, 09:28
alligatorsql.com alligatorsql.com is offline
Registered User
 
Join Date: Jul 2001
Location: Germany
Posts: 189
ADBC

Hello,

Alligator DataBase Connectivity can help you. We can send you a DLL for Windows that expands the Oracle database.
After installation of ADBC you are able to connect via PL/SQL to any DB2 database.
You can also join the table in Oracle and DB2.

If you need help in this way just send an e-mail to

m.peter@alligatorsql.com

Best regards
Manfred Peter
Alligator Company Software GmbH
http://www.alligatorsql.com
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On