-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.1.X, Master
-
Fix Version/s: Master
-
Component/s: Workflow > Upgrade
-
Labels:
-
Fix Priority:3
-
Git Pull Request:
in Oracle databases, when running com.liferay.portal.workflow.kaleo.internal.upgrade.v1_4_0.UpgradeSchema#updateSQL upgrade, the following warnings are thrown:
WARN - ORA-00604: se ha producido un error a nivel 1 de SQL recursivo_ORA-06502: PL/SQL: error numérico o de valor_ORA-06512: en lÃnea 11_ORA-00933: comando SQL no terminado correctamente: drop table if exists KaleoTaskForm;_ [Sanitized] WARN - ORA-00604: se ha producido un error a nivel 1 de SQL recursivo_ORA-06502: PL/SQL: error numérico o de valor_ORA-06512: en lÃnea 11_ORA-00933: comando SQL no terminado correctamente: drop table if exists KaleoTaskFormInstance;_ [Sanitized] WARN - ORA-00604: se ha producido un error a nivel 1 de SQL recursivo_ORA-06502: PL/SQL: error numérico o de valor_ORA-06512: en lÃnea 11_ORA-00933: comando SQL no terminado correctamente: drop table if exists KaleoDefinitionVersion;_ [Sanitized]
The origin of the error lays on the sintaxis used to drop the tables:
drop table if exists KaleoTaskForm; drop table if exists KaleoTaskFormInstance; drop table if exists KaleoDefinitionVersion;
Which will only work for some databases, since it's not an ANSI SQL command.
- causes
-
LPS-92509 SQL syntax errors on DB2 when upgrading from 6.2
- Closed
-
LPS-105037 Upgrades fail on Sybase
- Closed
- is caused by
-
LPS-84282 Warnings thrown on upgrade of Kaleo Workflow
- Closed