我是靠谱客的博主 背后大侠,最近开发中收集的这篇文章主要介绍PGA和sql work area 相关视图,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

There are fixed views and columns that provide PGA memory use statistics. Most of
these statistics are enabled when PGA_AGGREGATE_TARGET is set.
Statistics on allocation and use of work area memory can be viewed in the
following dynamic performance views:
V$SYSSTAT
V$SESSTAT
V$PGASTAT
V$SQL_WORKAREA
V$SQL_WORKAREA_ACTIVE
The following three columns in the V$PROCESS view report the PGA memory
allocated and used by an Oracle process:
PGA_USED_MEM
PGA_ALLOCATED_MEM
PGA_MAX_MEM

来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/15116811/viewspace-594814/,如需转载,请注明出处,否则将追究法律责任。

转载于:http://blog.itpub.net/15116811/viewspace-594814/

最后

以上就是背后大侠为你收集整理的PGA和sql work area 相关视图的全部内容,希望文章能够帮你解决PGA和sql work area 相关视图所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(65)

评论列表共有 0 条评论

立即
投稿
返回
顶部