Quantcast
Channel: Question and Answer » oracle
Viewing all articles
Browse latest Browse all 717

Conflict resolution in versioned tables

$
0
0

I’m trying to merge two workspaces that contain version-enabled tables. I can’t figure out how to resolve conflicts, because I have a lot of rows with the same ID value. They differ only in time interval. If I execute something like this:

DBMS_WM.ResolveConflicts('W_CHILD', 'SOME_TABLE', 'ID=1', 'CHILD');

Which row will be used? How can I specify concrete row?

xxx_CONF table content


Viewing all articles
Browse latest Browse all 717

Trending Articles