Oracle Error PLS-00901: the data type of column ‘string’ of table ‘string’ is not supported

Oracle Error Message

PLS-00901: the data type of column ‘string’ of table ‘string’ is not supported

Reason for the Error

A column in a database table belongs to a datatype that is not supported by the current release of PL/SQL.

Solution

Remove the offending column from the table or copy the desired columns to another table.