获取ORACLE语句执行时间

文章作者 100test 发表时间 2007:10:24 12:57:07
来源 100Test.Com百考试题网



有时候我们需要获取或记录ORACLE语句执行时间,其实简单的方法就能实现,看下面的代码:
ORACLE语句的执行时间需要使用 SET TIMING ON,例如:
[oracle@jw ~]$ sqlplus "/as sysdba"
SQL*Plus: Release 9.2.0.4.0 - Production on 星期二 8月 28 16:59:43 2007
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.

连接到:
Oracle9i Enterprise Edition Release 9.2.0.4.0 - Production
With the Partitioning, Oracle Label Security, OLAP and Oracle Data Mining options
JServer Release 9.2.0.4.0 - Production
SQL> set timing on.
SQL> 0select count(*) from tab.
COUNT(*)
----------
2447
已用时间: 00: 00: 00.12
SQL>


相关文章


Oracle数据库中的Copy命令使用方法
获取ORACLE语句执行时间
澳大利亚华人论坛
考好网
日本华人论坛
华人移民留学论坛
英国华人论坛