When raw, binary data is loaded "as is" into a RAW
database column, it is not converted by the Oracle database. If it is loaded into a CHAR
column, then the Oracle database converts it to hexadecimal. It cannot be loaded into a DATE
or number column.
The syntax for the RAW
data type is as follows:
The length of this field is the number of bytes specified in the control file. This length is limited only by the length of the target column in the database and by memory resources. The length is always in bytes, even if character-length semantics are used for the data file. RAW
data fields cannot be delimited.