SQL>begin For I in 100 loop Execute immediate ‘insert into wzj values(:v1) ‘ using I; Endloop; Commit; End;