> Does anyone know how to map a CMP field with type byte [] to a column in
> Oracle 8i DB. Particulary what would the tag for this type look like in
> the oracle.xml file under database-schemas directory. I see that a byte
> type maps to number(10,0) as shown below.
> 
> <type-mapping type="byte" name="number(10,0)" />.
> 
> but what would a byte array map to is the question. Your response would
> be highly appreciated.


 <type-mapping type="byte[]" name="blob" />     
 (or whatever you want the type to be)

-Joe Walnes

Reply via email to