Hi,
I am using Toad DevOps Toolkit to perform a schema compare of two oracle database schemas. I wish to exclude from the comparison a PL/SQL Package and so have created an exclusion file that contains the following two lines ( it is based upon the exclusion file generated by TOAD Automation Designer Schema Compare as I had no other reference for what one should look like):
Package Body:PKG_LND
Package:PKG_LND
I provide the location to this file to TDT by assigning it to the ExclusionFile (where $EXCLUSION_ FILE is a variable containing the full path to the exclusion file):
$TDT.CompareSchemas.ExclusionFile = $EXCLUSION_FILE
However, whenever the comparison runs, the PKG_LND still appears in the generated sync script. Am I doing something wrong or is this a bug ?
Thanks in advance for your help,
Jonathan.