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

本站中文解释

参数:

DB_PERFORMANCE_PROFILE参数可以用来控制Oracle数据库在不同性能特征上的可用性和性能。它可以根据具体的业务需求选择不同的配置,以保证在数据库中运行的应用有最佳的性能和可用性。

DB_Performance_Profile 参数可以设置为以下三种模式:

1)DYNAMIC 这个模式可以使用优化的安全配置来收集性能信息,实现数据库动态优化。

2)BALANCED 模式可以提供充分利用数据库资源的最大性能,在限制性能和可用性之间进行平衡。

3)HIGH 可以根据应用程序需求设定安全配置,使数据库拥有最大的可用性和性能。

正确设置Oracle参数时,应该根据数据库的具体需求来选择最合适的配置,这样才能保证数据库的最佳性能和可用性。因此,建议根据数据库的具体情况,选择合适的参数配置,尽量避免使用默认配置。

官方英文解释

DB_PERFORMANCE_PROFILE specifies the performance profile for a database or a pluggable database (PDB).

Property Description

Parameter type

String

Syntax

DB_PERFORMANCE_PROFILE = string

Default value

There is no default value.

Modifiable

ALTER SYSTEM

Modifiable in a PDB

Yes

Basic

No

Oracle RAC

The same value should be set on all instances.

A performance profile supports easier management for hundreds of databases or PDBs.

On Oracle Exadata, the performance profile for the regular database or CDB is pushed down to the Exadata storage cells. The performance profile is used for the management of Exadata I/O Resource Manager.

A CDB resource plan can specify different resource controls for a performance profile using the DBMS_RESOURCE_MANAGER.CREATE_CDB_PROFILE_DIRECTIVE procedure. A PDB with a matching performance profile will use the specified controls.

The value of DB_PERFORMANCE_PROFILE can be up to 30 characters and is not case sensitive.

See Also:

Oracle Database PL/SQL
Packages and Types Reference
for information about the DBMS_RESOURCE_MANAGER.CREATE_CDB_PROFILE_DIRECTIVE procedure.


数据运维技术 » Oracle 参数 DB_PERFORMANCE_PROFILE 官方解释,作用,如何配置最优化建议