Oracle Message ORA-25001 - cannot create this trigger type on this type of view

ERRORcannot create this trigger type on this type of view
CAUSEINSTEAD 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.
ACTIONChange the trigger type to INSTEAD OF or change the view on which you are attempting to create a DML trigger.