General question on rules of thumb for time expected to restore/recover a database
Recently one of our developers accidentally dropped over 500 tables worth of data 100Gbytes and I need to restore it as quickly and efficiently as possible. I cannot use Flashback as the table structures were changed via a truncate command so the only options left are to import the schema (estimate of 12 hours to import) or run a point-in-time database recovery before the data was deleted.
Point in time tablespace was also investigated and excluded due to technical issues.