Database Error Messages

ORA-54481

Cannot reduce _dmm_inmemory_limit; _dmm_shared_memory_size (dmm_shared_memory_size bytes) must always be lower than '_dmm_inmemory_limit' percent of PGA aggregate limit (string bytes).
  • dmm_shared_memory_size: Value of _dmm_shared_memory_size *Params: 2) pga_aggregate_limit: Value of PGA aggregate limit

Cause

The new value of _dmm_inmemory_limit, combined with the current PGA aggr limit, 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 pga_aggregate_limit.