SQL> begin
  2  execute  immediate 'select SYSDATE from dual';
  3  end;
  4  /PL/SQL 过程已成功完成。已用时间:  00: 00: 00.80
SQL> 需要在pl/sql块中执行。