ORA-25005: cannot CREATE INSTEAD OF trigger on a read-only view
What triggered the Error:
tempt to create an INSTEAD OF trigger on a view created with read-only option. The view cannot be updated using INSTEAD OF triggers.What should we do to fix it:
not create the trigger.