1.执行sql
create or replace procedure sysdba.exec_sql(sqlstr clob) as begin execute immediate(sqlstr); commit; end;