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