ORA-25153 during gathering execution plan
(Doc ID 1945271.1)
Last updated on FEBRUARY 18, 2025
Applies to:
Oracle Database - Enterprise Edition - Version 10.2.0.1 and laterOracle Database Cloud Schema Service - Version N/A and later
Oracle Database Exadata Express Cloud Service - Version N/A and later
Gen 1 Exadata Cloud at Customer (Oracle Exadata Database Cloud Machine) - Version N/A and later
Oracle Cloud Infrastructure - Database Service - Version N/A and later
Information in this document applies to any platform.
NOTE: In the images and/or the document content below, the user information and environment data used
represents fictitious data from the Oracle sample or bulit-in schema(s), Public Documentation delivered
with an Oracle database product or other training material. Any similarity to actual environments,
actual persons, living or dead, is purely coincidental and not intended in any manner.
Symptoms
SQL> set autotrace traceonly;
SQL> SELECT CUST_ID, Count(*) FROM sh.SALES GROUP BY CUST_ID;
2 3
7059 rows selected.
Execution Plan
----------------------------------------------------------
ERROR:
ORA-00604: error occurred at recursive SQL level 1
ORA-25153: Temporary Tablespace is Empty
SP2-0612: Error generating AUTOTRACE EXPLAIN report
Statistics
----------------------------------------------------------
0 recursive calls
0 db block gets
548 consistent gets
0 physical reads
0 redo size
154004 bytes sent via SQL*Net to client
5721 bytes received via SQL*Net from client
472 SQL*Net roundtrips to/from client
0 sorts (memory)
0 sorts (disk)
7059 rows processed
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |