You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-user@db.apache.org by Alexander Prozor <ap...@isd.dp.ua> on 2003/05/14 14:52:13 UTC

ORACLE 9

Hello ,
  can you tell me how to run OJB with oracle?
  when I run 'build junit' it tells me, that it cann't create table
CREATE TABLE OJB_DMAP_ENTRIES
(
    ID NUMBER NOT NULL,
    DMAP_ID NUMBER NOT NULL,
    KEY_OID LONG RAW,
    VALUE_OID LONG RAW
);
because of table can contains only one LONG field.

I can't change this type to the "BLOB" for example in the
ojbcore-schema.sql because of this file regenerated each time when I
run junit.
  

-- 
Best regards,
 Alexander                          mailto:apro@isd.dp.ua