Creates CRC list for databases tables
This task generates a flat file, referencing each table and associated CRC, e.g.
db_name.table_name CRC
| Attribute | Description | Type | Requirement | Default value |
|---|---|---|---|---|
| destFile | Output file | File | Required | No default value |
PCTCRC inherits attributes from PCT and PCTRun.
Adds a database connection on startup
Creates a nested propath, and adds it to the implicit propath.
<PCTCRC destFile="crc.txt" dlcHome="${env.DLC}">
<PCTConnection dbName="foo" dbDir="base" singleUser="true">
<PCTAlias name="foo3"/>
</PCTConnection>
<PCTConnection dbName="bar" dbDir="base" singleUser="true"/>
</PCTRun>
Generates CRC list for each table of databases foo and bar in file crc.txt