You can use the BLOB type. Look in the mailing list archives - you will find a solution described for this problem in there. ----- Original Message ----- From: "Dr. Bernhard Schlagheck" <[EMAIL PROTECTED]> To: "OJB Users List" <[EMAIL PROTECTED]> Sent: Thursday, September 19, 2002 1:10 AM Subject: oracle problem with ojbcore-schema
> 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]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
