Database Error Messages

OCI-63814

Column names must be specified in the alias for Table Value Constructor.

Cause

Column names are not specified in the alias for the Table Value Constructor.


Action

Add columns after the alias in the Table Value Constructor. The number of columns should match the number of values in each tuple of the Table Value Constructor.