xSQL Data Compare Command Line for Oracle Databases > Excluding views |
The "Excluded Views" step allows you to exclude Oracle views by name.
![]() |
The wizard steps related to views are disabled by default. To enable them, check the comparison option: Compare and synchronize views. |
The following fragment is the xml generated when specific views have been excluded by name:
<ViewPairs>
<!--**** excluded pairs ****-->
<Pair Action="Exclude">
<LeftObject Name="V_EMPLOYEES" />
<RightObject Name="V_EMPLOYEES" />
</Pair>
<Pair Action="Exclude">
<LeftObject Name="V_JOBS" />
<RightObject Name="V_JOBS"/>
</Pair>
</ViewPairs>