Database Error Messages

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

PLS-00409

duplicate variable 'string' in INTO list is not permitted

Cause

The same variable appears twice in the INTO list of a SELECT or FETCH statement.


Action

Remove one of the variables from the INTO list.