Database Error Messages

ORA-63809

returning clause is not allowed with INSERT and Table Value Constructor

Cause

Returning clause was not allowed when inserting multiple rows by using Table Constructor in this release.


Action

Use Insert one row at a time to use returning clause.