Cause: INSTEAD OF triggers can be created on any view which is not an Editioning View, while BEFORE and AFTER triggers may only be created on Editioning Views. See the solution below.
Error solution: Change the trigger type to INSTEAD OF or change the view on which you are attempting to create a DML trigger.
Database version: Oracle 11g Release 2 (11.2)