Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US

Index > ORACLE Server Parameters > global_context_pool_size

global_context_pool_size


Oracle 11.1.0:

Parameter Name:global_context_pool_size
Description:Global Application Context Pool Size in Bytes
Type:CHAR Obsoleted:FALSE
Can ALTER SESSION:FALSE Can ALTER SYSTEM:FALSE

Oracle 10.2.0:

Parameter Name:global_context_pool_size
Description:Global Application Context Pool Size in Bytes
Type:CHAR Obsoleted:FALSE
Can ALTER SESSION:FALSE Can ALTER SYSTEM:FALSE

Oracle 10.1.0:

Parameter Name:global_context_pool_size
Description:Global Application Context Pool Size in Bytes
Type:CHAR Obsoleted:FALSE
Can ALTER SESSION:FALSE Can ALTER SYSTEM:FALSE

Oracle 9.2.0:

Parameter Name:global_context_pool_size
Description:Global Application Context Pool Size in Bytes
Type:CHAR Obsoleted:FALSE
Can ALTER SESSION:FALSE Can ALTER SYSTEM:FALSE

Oracle 8.1.7:

No such parmeter in Oracle 8.1.7.

Oracle 8.0.6:

No such parmeter in Oracle 8.0.6.

Oracle 7.3.4:

No such parmeter in Oracle 7.3.4.

Related Error Messages:

ORA-28262: global_context_pool_size has invalid value.
    Cause: Parameter global_context_pool_size has a value less than the minimum required value (10K).

    Action: Please specify a value for the init.ora parameter global_context_pool_size which is atleast 10k.

ORA-28263: Insufficient memory in global context pool

    Cause: Allocations for the global context heap exceeded the value set in init.ora.

    Action: Increase the value of global_context_pool_size parameter in init.ora or clear usused global context.//


This parameter is documented in the Oracle Server Reference Guide. Search for more info about [ global_context_pool_size ] on the Oracle FAQ.

HOME | ASK QUESTION | ADD FAQ | SEARCH | E-MAIL US