How to fix the Oracle error ORA-22816: unsupported feature with RETURNING clause?
In this post, you’ll learn more about the Oracle ErrorORA-22816: unsupported feature with RETURNING clause with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-22816: unsupported feature with RETURNING clause
Reason for the Error ORA-22816: unsupported feature with RETURNING clause
RETURNING clause is currently not supported for object type columns, LONG columns, remote tables, INSERT with subquery, and INSTEAD OF Triggers.
How to fix the Error ORA-22816: unsupported feature with RETURNING clause ?
You can fix this error in Oracle by following the below steps
Use separate select statement to get the values.
Leave Your Comment