ORA-14356
cannot update a join view using UPDATE FROM clause
        
        Cause
An UPDATE statement with a FROM clause was specified, where the update target was a join view.
Action
Provide an update target that is a table, single-table view, or a materialized view.