很多情况下我们需要获取或记录Oracle语句执行时间其实简单的方法就能实现具体代码如下
OracleE语句的执行时间需要使用 SET TIMING ON例如
[oracle@jw ~]$ sqlplus /as sysdbaSQL*Plus: Release Production on 星期二 月 :: Copyright (c) Oracle Corporation All rights reserved
连接到
Oraclei Enterprise Edition Release ProductionWith the Partitioning Oracle Label Security OLAP and Oracle Data Mining optionsJServer Release ProductionSQL> set timing on;SQL> select count(*) from tab;COUNT(*)已用时间: : : SQL>