Home | Previous Page | Next Page   Data Migration Utilities > The dbschema Utility >

In This Chapter

This chapter describes the dbschema utility and how to use it. You can use dbschema with the following database servers:

The dbschema utility prints the SQL statements that are necessary to replicate a specified table, view, or database. It also shows the distributions that the UPDATE STATISTICS statement creates.

You can use the dbschema utility for the following purposes:

Caution:
Use of the dbschema utility can increment sequence objects in the database, creating gaps in the generated numbers that might not be expected in applications that require serialized integers.
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]