Database Error Messages

OCI-54480

Cannot increase the allocated memory size for INMEMORY-enabled models; _dmm_shared_memory_size must not be greater than limit_percentage percent of PGA aggregate limit (string).
  • limit_percentage: Percentage of PGA aggregate limit which _dmm_shared_memory_size cannot go above *Params: 2) pga_aggregate_limit: Value of PGA aggregate limit

Cause

The maximum allocated memory size for INMEMORY-enabled models cannot be increased above the current limit for memory usage of models INMEMORY.


Action

Either increase pga_aggregate_limit or _dmm_inmemory_limit before increasing the allocated memory size of INMEMORY-enabled models.