ORA-32010: cannot find entry to delete in SPFILE

ORA-32010: cannot find entry to delete in SPFILE

Error
Reset the parameter in Oracle Database, we are getting the following error during resetting.

SQL> ALTER SYSTEM RESET "_optimizer_enable_extended_stats";
ALTER SYSTEM RESET "_optimizer_enable_extended_stats"
*
ERROR at line 1:
ORA-32010: cannot find entry to delete in SPFILE

Cause:
Reset command delete the parameter from the SPFILE. So parameter is not available in SPFILE.

Solution
Check the parameter is present or not by creating PFILE.

Create PFILE='E:\init.txt' from spfile;

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.