How to fix the Oracle error ORA-56709: timed_statistics set to FALSE?

In this post, you’ll learn more about the Oracle ErrorORA-56709: timed_statistics set to FALSE with the details on why you receive this error and the possible solution to fix it.

Oracle Error Description

ORA-56709: timed_statistics set to FALSE

Reason for the Error ORA-56709: timed_statistics set to FALSE

timed_statistics parameter in database is set to FALSE. Needs to be enabled for calibration.

How to fix the Error ORA-56709: timed_statistics set to FALSE ?

You can fix this error in Oracle by following the below steps

set timed_statistics=TRUE in init.ora or “alter system set timed_statistics=TRUE”

Tags :

Leave Your Comment