Modify the DDL to use a VARCHAR(1024) for one of the columns. This works for us.
----- Original Message ----- From: "Dr. Bernhard Schlagheck" <[EMAIL PROTECTED]> > Hi, > > i have problems with oracle and the ojbcore-schema sql definition. > > [torque-insert-sql] Failed to execute: CREATE TABLE OJB_DMAP_ENTRIES > ( ID NUMBER NOT NULL, DMAP_ID NUMBER NOT NULL, KEY_OID LONG RAW, > VALUE_OID LONG RAW ) > [torque-insert-sql] java.sql.SQLException: ORA-01754: a table may > contain only one column of type LONG > > It seems that oracle don't like two LONG fields in one column. > > I use: > Oracle8i Enterprise Edition Release 8.1.7.0.0 > > What can i do? > > thanks > -- > Bernhard Schlagheck > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
