If you would like to know the obsolete initialization parameter you can use V$obsolete_parameter. If any row in the ISSPECIFIED column true then you should examine why.
select * from V$obsolete_parameter where
lower(name) like '%dump%';