Is there a way to do a \"for each\" in oracle, something like this:
begin for VAR in {1,2,5} loop dbms_output.put_line(\'The value: \'||VAR); end loop;