Database Error Messages

ORA-54486

Failed to set model INMEMORY-enabled: not enough PGA memory available. Required: model_size bytes, only string bytes available over string bytes.
  • model_size: Bytes needed for the model *Params: 2) avail_bytes: Current number of available bytes in PGA *Params: 3) pga_target: Current PGA target

Cause

There is not enough PGA memory available to set the ONNX model INMEMORY.


Action

Wait until concurrent queries release PGA memory and then retry the operation.