Init Parameters and SPFILE
I am trying to adjust my db_recovery_file_dest_size and I can't seem to get the change to stick. I have saved the change to the running instance (in memory) and to the spfile. When I restart the DB the change reverts back. Reviewing the SPFILE I noticed that there are two entries for db_recovery_file_dest_size. One is set to 100G and the other 200G.
Why are there two entries in the SPFILE? How can I remove one of these entries if possible?
0