Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Matching data from 2 db's, same data/different field length

Status
Not open for further replies.

danhauer

Programmer
Apr 17, 2001
39
US
Forcing databases to work together sure doesn't seem easy in CR! Whew! Here is my scenario:

I have two Oracle databases. One contains volume used table, plant table. The other is a vendor database with vendor information tables.

My task:

Show volume by site code and vendor name and address.

VOLUME_INFO
PLANT_INFO
(Key: siteID, CHAR 75)

VENDOR
VENDOR_SITES_LISTING
(Key: siteID, CHAR 150)

I need to join the information from the two databases/four tables by siteID.

Tell me how easy it is... ;)

Thanks,

danhauer
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top