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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Updating missing records using 9 primary keys ??

Status
Not open for further replies.

nvshah

Programmer
Nov 9, 2001
12
0
0
US
I have two same table names on different oracle databases (different servers also). Database1 has master table called HEADERS and Database2 has also table name called HEADERS. We are updating Database2.HEADERS using the Database1.HEADERS every night. It works fine but few records are missing on Database2.HEADERS. Both the table has 9 primary key columns (like composite primary key).

Which will be the better way to update the HEADERS table of Database2 from using Database1.HEADERS. Please advise asap.

REMEMBER I HAVE 9 PRIMARY KEYS. I HAVE TO USE ALL 9 KEYS & THAT'S HOW IT BECOMES 1 UNIQUE RECORD.

Thanks in advance.
NVS
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top