ORA-14358
cannot delete a join view using DELETE FROM clause
Cause
A DELETE statement with a FROM clause was specified, where the delete target was a join view.
Action
Provide a delete target that is a table, single-table view, or a materialized view.