Oracle Error Message
ORA-26056: Requested direct path operation on a view is not supported.
Reason for the Error
An attempt was made to load into a view using direct path that has user-defined types, XML data, object type table or SQL expressions.
Solution
Do not attempt to use direct path when loading a view that has nonscalar columns or when using SQL expressions on input columns.