2.117 DRCP_DEDICATED_OPT

Use DRCP_DEDICATED_OPT to enable or disable the use of dedicated optimization with Database Resident Connection Pooling (DRCP).

Dedicated optimization makes DRCP behave like a dedicated server when the number of connections to the DRCP broker is less than the DRCP maximum size.

Property Description

Parameter type

String

Syntax

DRCP_DEDICATED_OPT = { YES | NO }

Default value

YES

Modifiable

ALTER SYSTEM

Modifiable in a PDB

Yes, according to the following guidelines:

  • When the ENABLE_PER_PDB_DRCP initialization parameter is set to true, DRCP_DEDICATED_OPT can be modified only at the PDB level; it cannot be modified for the CDB root.

  • When the ENABLE_PER_PDB_DRCP initialization parameter is set to false, DRCP_DEDICATED_OPT can be modified only for the CDB root; it cannot be modified at the PDB level.

Basic

No

Oracle RAC

Different instances can use different values.

When the value of this parameter is set to YES, the use of dedicated optimization with DRCP is enabled. When it is set to NO, the use of dedicated optimization with DRCP is disabled.

Note:

This parameter is available starting with Oracle Database 21c.

See Also: