Oracle Error Message
ORA-25005: cannot CREATE INSTEAD OF trigger on a read-only view
Reason for the Error
attempt to create an INSTEAD OF trigger on a view created with read-only option. The view cannot be updated using INSTEAD OF triggers.
Solution
Do not create the trigger.