Database Error Messages

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

PLS-00170

the SQL statement in an OPEN statement or FOR loop must be a SELECT

Cause

An OPEN cursor statement or cursor FOR loop can only invoke a SELECT statement, not an UPDATE, INSERT or DELETE.


Action

Use only SELECT statements in OPEN or cursor FOR loops