Database Error Messages

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

ORA-32786

referenced window name with ORDER BY clause specified already

Cause

An attempt was made to specify an ORDER BY clause with a window specification that already referenced a window name that was defined with the ORDER BY clause.


Action

Do not specify the ORDER BY clause with a window specification that already references a window name that was defined with the ORDER BY clause.