Rerun sql statement

Hi,

Script that I wrote only run sql query once then exit. But my requirement, I want the query can be execute a couple of time without exiting the script. How could I do it? Thanks.

You could run the statement in a PL/SQL loop.