Oracle 视图 DBA_RSRC_MAPPING_PRIORITY 官方解释,作用,如何使用详细说明
本站中文解释
_LIST
Oracle视图DBA_RSRC_MAPPING_PRIORITY_LIST提供有关从数据库资源组分配资源的优先级信息,该优先级用于在在资源组资源管理中将优先级高的资源分配给请求资源的会话。
使用方式:
1. 查看数据库中资源组和它们之间的优先级信息:
SELECT MAPPING_PRIORITY, RESOURCE_GROUP_NAME, RESOURCE_NAME
FROM DBA_RSRC_MAPPING_PRIORITY_LIST;
2. 如果要更改资源组之间的优先级关系:
ALTER RESOURCE COST RESOURCE_GROUP1_NAME HIGHEST RESOURCE_GROUP2_NAME;
官方英文解释
DBA_RSRC_MAPPING_PRIORITY
displays information about all consumer group mapping attribute priorities.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
Session attribute |
|
|
|
Priority ( |
|
|
|
Indicates whether the consumer group is part of the pending area ( |