Quote:
Originally posted by pvnad1
Hi,
In this case the backup database gets records from two other databases. Here, the records (data) in the two sources are different but, they have similar pks. Ex: P.K 10000 is in Source A as well as Source B. Target already has 10000 from Source A. Therefore, it won't accept 10000 from Source B. I haven't use any import utility so far.
I am thinking to load Source B records to a flat file/ dump, change the Source B P.Ks. Eg: 10000 to B10000. Therefore, eliminating duplicate problem. This is a onetime procedure. However, if an automatic process were to be mandatory, my original question still remains. Import-Export OR SQL*Loader OR SQL*PLUS copy utility?? I can't do any trial & error.
Thanks.
Forget abt sql copy. Dont make Ur database wait for "SQL*Net more data to client" event.