如何获取oracle11g数据库中进程的RAM使用情况?
我想测量oracle 11g 数据库环境中sql 语句(例如简单的create 或insert 语句)的RAM 使用情况。
我尝试使用 dbms_space 来获取它,但似乎只能获取磁盘空间。
我还找到了这个网站: 没有
声明
select
*
from
v$sql
where sql_text like {my table}
但是 返回创建语句。
I want to measure the RAM usage of an sql statement (e.g. a simple create or insert statement) in an oracle 11g database environment.
I tried to get it by using dbms_space, but it seems like that only gets the disk space.
I also found this site:
http://www.dba-oracle.com/m_memory_usage_percent.htm
But the statement
select
*
from
v$sql
where sql_text like {my table}
dont return the create statement.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅上面的评论:
See comment above: