Help Center/ Database and Application Migration UGO/ FAQs/ Migration Project/ What Are the Possible Causes for an Object Verification Failure?
Updated on 2024-11-07 GMT+08:00

What Are the Possible Causes for an Object Verification Failure?

Some of the possible reasons are as follows:

  • The target database failed to be verified.

    If a tablespace is specified in the table creation statement, check whether the tablespace exists in the target database. If not, create it.

    If a view or function fails to be created, check whether it depends on the target database table. If so, ensure that the table is successfully created.

    Check whether the correct conversion configurations are selected. Some conversion configurations will retain the syntax of the source database. If the syntax is incompatible with that of the target database, the migration will fail. You need to select proper conversion configurations as required.