zl程序教程

您现在的位置是:首页 >  数据库

当前栏目

Oracle 参数 HEAT_MAP 官方解释,作用,如何配置最优化建议

OracleMap官方配置 如何 建议 作用 解释
2023-06-13 09:11:20 时间

_ENABLED 参数

HEAT_MAP_ENABLED参数指定是否使用热点图来识别可能存在性能瓶颈的部分。此参数可以在11gR2以及更高版本的Oracle中使用。

设置该参数的正确方式是:

1. 使用系统管理员的权限登录到Oracle数据库实例。

2. 使用ALTER SYSTEM命令设置该参数:

ALTER SYSTEM SET HEAT_MAP_ENABLED=TRUE SCOPE=BOTH;

3. 使用COMMIT命令提交修改:

COMMIT;

4. 使用ALTER SYSTEM重新启动数据库实例:

ALTER SYSTEM RESTART;

官方英文解释

Use HEAT_MAP to enable or disable both the Heat Map and Automatic Data Optimization (ADO) features.


Setting the HEAT_MAP initialization parameter to ON causes the database to track read and write access of all segments, as well as modification of database blocks, due to DMLs and DDLs. These activities are not tracked for objects in the SYSTEM and SYSAUX tablespaces.

See Also:


Oracle Database VLDB and
Partitioning Guide for more information about enabling and disabling the Heat Map feature


Oracle Database VLDB and
Partitioning Guide for more information about Heat Map tracking


我想要获取技术服务或软件
服务范围:MySQL、ORACLE、SQLSERVER、MongoDB、PostgreSQL 、程序问题
服务方式:远程服务、电话支持、现场服务,沟通指定方式服务
技术标签:数据恢复、安装配置、数据迁移、集群容灾、异常处理、其它问题

本站部分文章参考或来源于网络,如有侵权请联系站长。
数据库远程运维 Oracle 参数 HEAT_MAP 官方解释,作用,如何配置最优化建议