Database Error Messages

ORA-54482

Cannot reduce PGA aggregate limit below lower_bound bytes: _dmm_shared_memory_size must not be greater than string percent of PGA aggregate limit.
  • lower_bound: Lower bound for _dmm_shared_memory_size *Params: 2) limit_percentage: Percentage of PGA aggregate limit which _dmm_shared_memory_size cannot go above

Cause

The new value of pga_aggregate_limit, combined with the current limit for memory usage of models INMEMORY, would result in a value below the current maximum allocated memory size for INMEMORY-enabled models.


Action

First decrease _dmm_shared_memory_size or increase _dmm_inmemory_limit.