Flashback Database / Schema
Hello all,
Suppose that we have a big schema in a Database. I want to flashback the whole schema only.
My idea is to :
1) Disabling constraint (Foreign keys)
2) Flashback all the tables of the schema : one at a time.
3) Re enabling constraint
Does it make sense to you ?
Thanks