Changing a database association to a different schema

After a user database is associated with a schema, you can upgrade that database only with newer versions of the same schema. You cannot apply a different schema to the database. For example, if a user database uses version 1 of the DefectTracking schema, you can upgrade that database to version 2 of the DefectTracking schema. You cannot upgrade that database to the Enterprise schema.

But you can move the data in an existing database to a new database that is associated with a new schema. To do so, you must create a database and associate it with the new schema. Then you use Rational® ClearQuest® tools to export the data from the old database and import it into the new one.

You can use the command-line utility, cqload, and the import and export functions, to copy all or part of a schema into another schema repository. For more information, see Importing and exporting data and the command line reference pages.