Oracle Error PLS-00533: Tables of non_queryable types are not supported.

Oracle Error Message

PLS-00533: Tables of non_queryable types are not supported.

Reason for the Error

An attempt was made to create a table of a type which cannot be queried. Tables of such types are not supported.

Solution

Create an object type containing the non-queryable type. Then create a table of the object type.