Progress® OpenEdge® Compilation Tools

PCTLoadSchema task -- <pct:schema_load />

Description

Loads database schema

Parameters

Attribute Description Type Requirement Default value
srcFile File containing the schema dump File Required No default value
unfreeze Unfreeze the tables in the database before loading the schema, then refreeze everything that was unfrozen after the load Boolean Optional False

PCTLoadSchema inherits attributes from PCT and PCTRun. However, PCTLoadSchema must have one and only one PCTConnection.

Parameters as nested elements

None

Examples

<PCTLoadSchema srcFile="schema.df" dlcHome="${env.DLC}">
  <PCTConnection dbName="test" singleUser="true"/>
</PCTLoadSchema>

Connects in single-user mode to test.db and loads schema from schema.df