Database Error Messages

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

OCI-01220

temporary tablespace usage not allowed before database is open

Cause

A query issued against a fixed table or view required a temporary segment for sorting before the database was open. Only in-memory sorts are supported before the database is open.


Action

Rewrite the query to avoid a large sort, increase the values of the SORT_AREA_SIZE or SORT_AREA_RETAINED_SIZE initialization parameter to enable the sort to be done in-memory.