Oracle Error Message
ORA-22816: unsupported feature with RETURNING clause
Reason for the Error
RETURNING clause is currently not supported for object type columns, LONG columns, remote tables, INSERT with subquery, and INSTEAD OF Triggers.
Solution
Use separate select statement to get the values.