Kristen, April 10, 2024 - 1:42 pm UTC
If the redo and control files were deleted when the space was made on the database's drive, would the database be symptomatic right afterwards, or could this take hours/many, many transactions to become apparent?
The deletion of a control file would be immediately apparent, I would think, but I thought I would ask.
April 11, 2024 - 1:10 pm UTC
From the docs:
The control file must be available for writing by the Oracle Database server whenever the database is open
You're going to notice pretty quickly if this is deleted. Same for the redo logs - the database writes all changes to these, so you're in trouble fast if they're removed.
Depending on how the deletion process was carried out, it's possible that it cleared some space quickly so the database was usable again. But it ran for several hours before removing the control files/redo logs.