Search notes:

v$database_incarnation

select
  incarnation#      i,
  status,
  resetlogs_time,
  prior_resetlogs_time,
  resetlogs_id,
  flashback_database_allowed
  resetlogs_change#,
  prior_resetlogs_change#
from
  v$database_incarnation
order by
  incarnation# desc;
Github repository oracle-patterns, path: /Installed/dynamic-performance-views/database_incarnation/show.sql

See also

Oracle Dynamic Performance Views

Index