If the same SQL statement is to be executed more than once, it is more efficient to use the PREPARE and EXECUTE statements rather than the EXECUTE IMMEDIATE statement.
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.