The archecker schema reference

The topics in this section describe the SQL-like statements used by the archecker schema command file. This file provides information that the archecker utility uses to perform data recovery.

Use the schema command file to specify the source and destination tables and to define the table schema.

For information about specifying which command file archecker uses, see Schema command file.

The following are statements supported by archecker:
  • CREATE TABLE
  • DATABASE
  • INSERT INTO
  • RESTORE
  • SET
Important: Standard SQL comments are allowed in the archecker utility file and are ignored during processing.

The syntax of these statements is described in the following topics.