-
Bug
-
Resolution: Done
-
Minor
-
7.6.0.GA
-
None
-
None
-
Release Notes
-
CR1
-
-
-
-
-
-
CR1
-
+
-
PIM service cannot create a database schema on Oracle DB because the MigrationReport entity has a column named *successful* which is a reserved word in Oracle.
-
2019 Week 47-49 (from Nov 18), 2019 Week 50-52 (from Dec 9), 2020 Week 01-03 (from Dec 30), 2020 Week 04-06 (from Jan 20)
PIM service cannot create a database schema on Oracle DB because the MigrationReport entity has a column named successful which is a reserved word in Oracle. This can be solved by escaping the column name explicitly using quotes or renaming the column in a database to e.g. success.
- is cloned by
-
JBPM-8934 PIM Service cannot create a database schema on Oracle database
- Resolved