Oracle® Warehouse Builder OMB*Plus Command Reference 11g Release 2 (11.2) Part Number E14406-01 |
|
|
Change management is a key piece of metadata management. This comand provides comparison services of any complex object model in the workspace. This command writes the diff between snapshot/component to XML file.
Snapshots can be compared from any context and either with another snapshot or the current workspace objects.
parseCompareCommand = OMBCOMPARE "compareSnapshotCommand" compareSnapshotCommand = ( ( SNAPSHOT "QUOTED_STRING" ) WITH "getCompareWith" OUTPUT TO "QUOTED_STRING" WRITE ( ALL | FOUND_IN_TARGET | FOUND_IN_SOURCE | UPDATED | CHANGED | UNCHANGED ) ) getCompareWith = SNAPSHOT "QUOTED_STRING" [ FOR ( "UNQUOTED_STRING" "QUOTED_STRING" ) ] | ( CURRENT FOR ( "UNQUOTED_STRING" "QUOTED_STRING" ) )