码迷,mamicode.com
首页 > 数据库 > 详细

v$sql

时间:2017-10-11 16:26:10      阅读:169      评论:0      收藏:0      [点我收藏+]

标签:v$sql

V$SQL lists statistics on shared SQL areas without the GROUP BY clause and contains one row for each child of the original SQL text entered. Statistics displayed in V$SQL are normally updated at the end of query execution. However, for long running queries, they are updated every 5 seconds. This makes it easy to see the impact of long running SQL statements while they are still in progress.

v$sql视图列举了共享SQL区(Shared SQL Area)中的SQL统计信息,这个视图中的信息未经分组,每个SQL指针都包含一条独立的记录


v$sql 用于查看child cusor,v$sqlarae 用于查看parent cusor.

父游标存储SQL文本,子游标存储SQL解析树和执行计划

父游标辨别标识:sql_id   子游标辨别标识:SQL_ID和child_number标识

子游标伴随父游标而生,起始子游标标识为 0

相关字段信息请查询官档


本文出自 “ORACLE” 博客,请务必保留此出处http://2012ivan.blog.51cto.com/5241776/1971361

v$sql

标签:v$sql

原文地址:http://2012ivan.blog.51cto.com/5241776/1971361

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!