Database Error Messages

RMAN-06983

unsupported data type string in column string for select

Cause

The select list included an unsupported data type. Not all SQL data types are supported by RMAN. Only simple data types are supported.


Action

Remove the column from select list or use a conversion function to change it to a simple data type.