数据库

位置:IT落伍者 >> 数据库 >> 浏览文章

获取或记录Oracle语句的执行时间


发布日期:2022年06月25日
 
获取或记录Oracle语句的执行时间

很多情况下我们需要获取或记录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>

               

上一篇:oracle中的INTERVAL函数详解

下一篇:ORACLEsqlplus命令