insert through instead of triggers on view
hendergOct 11 2004 — edited Oct 16 2004I have been trying to insert records through instead of triggers on a view. Keep hitting ORA-22816: unsupported feature with RETURNING clause.
Applied patch 1 to HTMLDB to fix it and it does not.
All tables are local (none through db link).
Can this be done or do I have to kludge the create button to call a stored proc?
Other forum posts indicated to including the returning clause on the insert would address the issue....it didn't either.
Sorry ....am a newbie to the forum.