RUN THIS ANONYMOUS PL/SQL BLOCK TO FORCE AN ERROR

3. Run this anonymous PL/SQL block to force an error:

beginfor i in 1..2000 loopinsert into toobig values ('a row');end loop;end;/

The illustration shows Steps 1, 2, and 3.