LONGVARCHAR2 seems to be working well for us.
----- Original Message ----- From: <[EMAIL PROTECTED]> > > Hello, > > The internal table OJB_DMAP_ENTRIES is not created in my Oracle Database > with the "build prepare-testdb". > I found the sql order to manually create it in the file ojbcore_schema.sql > : > > CREATE TABLE OJB_DMAP_ENTRIES ( > ID NUMBER NOT NULL, > DMAP_ID NUMBER NOT NULL, > KEY_OID LONG RAW, > VALUE_OID LONG RAW); > > but I get an Oracle error : ORA-01754: a table may contain only one column of type LONG > what could I change the type LONG RAW to ? > > Thanks, > Edith. > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
