Home | Previous Page | Next Page   Overview of IBM Informix Migration > Data Migration > Choosing Data-Migration Tools >

The dbschema Utility

You can use the dbschema utility for the following purposes:

Guidelines for Using dbschema

Global Language Support

When the GLS environment variables are set correctly, as the IBM Informix: GLS User's Guide describes, dbschema can handle foreign characters in Dynamic Server 9.40, 9.30, 9.2x, 7.3x, or 7.24; Dynamic Server, Linux Edition 7.3x; or Workgroup Edition 7.3x or 7.24.

End of Global Language Support

You can use delimited identifiers with the dbschema utility. It detects database objects that are keywords, mixed case, or that have special characters, and places double quotation marks around them.

DB-Access Input from dbschema Output

You can use the dbschema utility to get the schema of a database and redirect the dbschema output to a file. Later, you can feed this file to DB–Access to re-create the database.

Object Modes and Violation Detection

The dbschema output supports object modes and violation detection, as follows:

For more information about object modes and violation detection, see the SET, START VIOLATIONS TABLE, and STOP VIOLATIONS TABLE statements in the IBM Informix: Guide to SQL Syntax.

Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]