1 Reply Latest reply on Sep 11, 2005 8:57 PM by kukeltje

    Is there anyone success build JBPM3.0 in Oracle10g ?

    johnson6768

      I got some strange SQL statement, for example:
      create table JBPM_BYTEARRAY (
      ID_ bigint generated by default as identity (start with 1),
      NAME_ varchar(255),
      FILEDEFINITION_ bigint,
      primary key (ID_)
      );

      what is 'bigint', Oracle seems not support this kind of type,
      Is it a jbpm bug or .....????

      Need your HELP !!!