How to fix the Oracle error ORA-19380: invalid plan filter?

In this post, you’ll learn more about the Oracle ErrorORA-19380: invalid plan filter with the details on why you receive this error and the possible solution to fix it.

Oracle Error Description

ORA-19380: invalid plan filter

Reason for the Error ORA-19380: invalid plan filter

The user specified an invalid filter for the plan when calling the select_sqlset table function.

How to fix the Error ORA-19380: invalid plan filter ?

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

Adjust the the filter to be one of the following values and retry the operation: MAX_ELAPSED_TIME, MAX_CPU_TIME, MAX_DISK_READS, MAX_OPTIMIZER_COST, MAX_BUFFER_GETS, FIRST_LOADED LAST_LOADED, FIRST_GENERATED, or LAST_GENERATED.

Tags :

Leave Your Comment