Configuring CDC to capture from previous scn
I am using 11g .
We have configured CDC(aynshronous hotlog) to capture changes from source db to staging db.
But due to some db issues the apply process vansihed and we need to reconfigure CDC from the scratch but the problem here is we are missing 3 days worth of data.
So will I be able to configure CDC to capture the source table changes from a scn which is 3 days back. From the CDC procedures I dont see a way of doing it and seems like only streams supports it. Any suggestions?