daoSupport.executeDDL("ALTER SESSION SET statistics_level = ALL");
daoSupport.executeDDL("ALTER SESSION SET MAX_DUMP_FILE_SIZE = UNLIMITED");
daoSupport.executeDDL("ALTER SESSION SET EVENTS '10046 trace name context forever, level 12'");
Map<String, Object> result = daoSupport.executeProcedure("", params);
daoSupport.executeDDL("ALTER SESSION SET EVENTS '10046 trace name context off'");
暂无评论