OracleDataTypeFactory
This DataTypeFactory implementation currently support following OracleDatabase data types:
| RDMS type | DbUnit type | Note |
|---|---|---|
| DATE | TimestampDataType | |
| TIMESTAMP | TimestampDataType | |
| BLOB | OracleBlobDataType | |
| LONG RAW | BinaryStreamDataType | Since DbUnit 2.1 |
| CLOB | OracleClobDataType | |
| NCLOB | OracleClobDataType | |
| NVARCHAR2 | StringDataType | |
| NCHAR2 | StringDataType | Since DbUnit 2.1 |
| FLOAT | DoubleDataType | Since DbUnit 2.1 |
For more info regarding Oracle Data Types, search the Oracle FAQ





