ORA-38474: attribute set may not have attributes of TABLE COLLECTION type.
What triggered the Error:
An attempt was made to create an attribute with a TABLE COLLECTION type.What should we do to fix it:
Use VARRAYs instead of table collection, if possible.