All technological notes.

Instance failure:
SHUTDOWN ABORT and STARTUP FORCE shutdown commands.Automatic instance or crash recovery:
redo log groups to synchronize filesRolling forward: Redo log changes (both committed and uncommitted) are applied to data files.Rolling back: Changes that are made but not committed are returned to their original
state.Instance Recovery only needs the instance to be started normally.

Startup instance (data files are out of sync)
control files and then attempts to open the data files.Roll forward (redo):
system change number (SCN) contained in the data file’s header must match the current SCN that is stored in the database’s control files.online redo logs, sequentially “redoing” transactions until the data files are up to date, to bring the database up to the state as of the time of failure.data files have been synchronized with the control files, the database is opened, and users can log in.Roll back (undo):
rolled back.