Database Error Messages

ORA-11601

Maximum number of columns (max_cols) was exceeded when modifying column annotations.
  • max_cols: The maximum number of columns allowed.

Cause

The DDL statement has too many columns.


Action

Modify the statement by limiting the number of columns to the maximum value allowed.