xSQL Schema Compare Command Line for Oracle Databases > Excluding objects |
The "Excluded Objects" step allows you to exclude various Oracle objects by name.
The following fragment is the xml generated when various objects have been excluded by name:
<ExcludedObjects>
<!-- ***** excluded objects ***** -->
<ExcludableObject Name="EMPLOYEES" Type="Table" Include="false" />
<ExcludableObject Name="JOBS" Type="Table" Include="false" />
<ExcludableObject Name="V_EMPLOYEES" Type="View" Include="false" />
<ExcludableObject Name="V_REGIONS" Type="View" Include="false" />
<ExcludableObject Name="SP_ADD_NEW_EMP" Type="Procedure" Include="false" />
<!-- **************************** -->
</ExcludedObjects>