Removing obsolete parameters from spfile
This is a common error message after upgrade of the database: ORA-32004: obsolete or deprecated parameter(s) specified for RDBMS instance In 11g (last tested with 11.2.0.3) even if your start up the database from an old type pfile without any obsolete parameters and then create an spfile from memory like this: create spfile from memory; Oracle will insert two obsolete parameters into the spfile. This query will list obsolete parameters in your spfile: ...