Database Error Messages

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

OCI-00957

duplicate column name

Cause

A column name was specified twice in a CREATE or INSERT statement. Column names must be unique within a table, view, or cluster.


Action

In a CREATE statement, change one of the column names to a new, unique column name. In an INSERT statement, remove one of the duplicate names.