A long-running report fails with an ORA-01555 "snapshot too old" error. What is the most likely cause?
-
A
The temporary tablespace ran out of space during a sort operation.
-
B
The user running the report lacks the necessary SELECT privileges on the underlying tables.
-
C
The UNDO_RETENTION period is shorter than the query's execution time, causing necessary undo data to be overwritten.
-
D
The database instance was restarted while the query was executing.