Semantics : ExecuteAnyStatement

ExecuteAnyStatement  ::=  executeAny ( using IDENTIFIER )? HereDoc

Used by:  

This is similar to ExecuteSqlStatement, except that it takes only one SQL statement of any kind. This is most useful for a statement that may contain ; 's, such as Oracle PL/SQL procedure.