cancel
Showing results for 
Search instead for 
Did you mean: 

SQL update script for Oracle

tzaenker
Champ in-the-making
Champ in-the-making
I was not able to update my Oracle database schema.

The reason is a mistake in synax in the script activiti.oracle.upgradestep.6001.to.6002.engine.sql.

Instead of
[sql]alter table ACT_RU_EXECUTION add column EVT_SUBSCR_COUNT_ INTEGER;[/sql]
it should be
[sql]alter table ACT_RU_EXECUTION add ( EVT_SUBSCR_COUNT_ INTEGER );[/sql]

thanks & regards
thomas
1 REPLY 1

jbarrez
Star Contributor
Star Contributor
yes indeed. See https://github.com/Activiti/Activiti/issues/1009, looking into it.