Several databases include
data types that can be read-only, such as the DB2 TIMESTAMP data type.
Also, some databases have properties that allow certain data types
to be read-only, such as the Microsoft SQL Server identity property.
When the IGNORE_READ_ONLY_COLUMNS=
option is set to NO (the default), and a table contains a column that
is read-only, an error is returned indicating that the data could
not be modified for that column. For data sources that do not have
read-only columns, such as SAS data sets, the option has no effect.