Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

PLS-00429

unsupported feature with RETURNING clause

Cause

  • INTO clause and RETURNING clause cannot be use in the same statement
  • RETURNING clause is currently not supported for object type columns, LONG columns, records, %rowtypes, remote tables and INSERT with subquery. This is as ORA-28815.

Action

Use separate select statement to get the values.