ORA-30656: column type not supported on external organized table
What triggered the Error:
Attempt to create an external organized table with a column of type LONG, LOB, BFILE, ADT, or VARRAY.What should we do to fix it:
These column types are not supported, change the DDL.