ORA-22816: unsupported feature with RETURNING clause
683678Feb 16 2009 — edited Feb 16 2009I am trying to Insert a row into a view the view has 3 Instead of triggers. (insert, update, delete)
I have looked up this error and have seen that you cannot use a RETURNING clause on view with INSTEAD OF triggers
because it is not supported.
My issue is, I cannot find any code around this views where a RETURNING clause is being used.
Does anyone have any idea what else this could be??