Upgrade may encounter errors on existing tables due to rollbacks (such as tablespace and other admin related issues). While it is difficult to catch all possible errors and roll back up to the last successful SQL command, upgrade can look for certain expected error messages that need to be ignored (and does so). If the error is one of the following, upgrade issues warnings (and does not error) and updates the mxSchema table:
However, if the error is something other than these valid error messages, upgrade will error and the mxSchema will not get updated. The DBA needs to correct it on his/her own and then re-run upgrade. |