Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

OCI-36779

invalid parameter value specified for OLAP_PAGE_POOL_SIZE

Cause

The specified value for the OLAP_PAGE_POOL_SIZE initialization parameter was out of range. The OLAP_PAGE_POOL_SIZE initialization parameter must be between 2,097,152 (2MB) and 2,147,483,647, and it must be less than 90% of the PGA_AGGREGATE_LIMIT initialization parameter. Furthermore, you cannot set a fixed-size OLAP page pool with multiple tablespace block sizes. The OLAP_PAGE_POOL_SIZE initialization parameter remains unmodified.


Action

Specify a value for the OLAP_PAGE_POOL_SIZE initialization parameter that is between 2,097,152 (2MB) and 2,147,483,647, and does not exceed 90% of the PGA_AGGREGATE_LIMIT initialization parameter. Do not try to set this parameter if you are using tablespaces with multiple block sizes in your database.