-
Bug
-
Resolution: Won't Fix
-
Medium
-
None
-
4.3.1
-
None
-
upgrade from 4.2.11 to 4.3.1 on Oracle 11G
When upgrading to 4.3.1 to following SQL query fails on Oracle 11G:
create index attch_data_idx on ATTACHMENTDATA (ATTACHMENTID)
This happens because there is already an constraint and index generated by oracle on this field. The create fails because the same index already exists.
Solution is to remove the constraint and index manually. Then the SQL query works, and the upgrade process will continue.
Form Name |
---|