I am attempting to extract data from multiple instances of a Cache' database and import the resulting
rows into a single Oracle database table. The primary key of the Oracle table is a combination of:
Date, LastName, FirstName, TeamName.
The other values associated with each row are numeric. For example: Talk Time, Hold Time, Wait Time, etc.
The source of information can have multiple records with the same Date, LN, FN, TN.
The goal is to insert records into the Oracle table when no other records already exist with the Date, LN, FN, TN
combination. But when this combination already exists, the goal is to add the Talk Time, Hold Time Wait time
of the new record to the values that already exist in the record already in the database.
I've progressed to the point where I am extracting records from Cybase and can put duplicates into the Oracle tables.
Just not sure about how to structure the updates.
I'm a bit new to this. Any help is very much appreciated.
Brian Dailey
Map Communications, Inc.