I am trying to set up OpenKM using Oracle 10g as the backend.
When I start openkm and it creites to create the tables in oracle I'm getting the following error:
I've taken a look at the wiki oracle page, I was better off before. That page is a waste of time and resources.
When I start openkm and it creites to create the tables in oracle I'm getting the following error:
Code: Select all
This is just the first one, I must be missing a setting somewhere in the configs that hibernate needs to create the correct schema for oracle.2011-10-04 10:25:16,325 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] Unsuccessful: create table JBPM_DELEGATION (ID
_ number(19,0) not null, CLASSNAME_ long, CONFIGURATION_ long, CONFIGTYPE_ varchar2(255 char), PROCESSDEFINITION_ numb
er(19,0), primary key (ID_))
2011-10-04 10:25:16,325 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] ORA-01754: a table may contain only one column
of type LONG
I've taken a look at the wiki oracle page, I was better off before. That page is a waste of time and resources.