Oracle Error ORA-38474: attribute set may not have attributes of TABLE COLLECTION type.

Oracle Error Message

ORA-38474: attribute set may not have attributes of TABLE COLLECTION type.

Reason for the Error

An attempt was made to create an attribute with a TABLE COLLECTION type.

Solution

Use VARRAYs instead of table collection, if possible.