‎2006 Jun 20 4:38 PM
Hi all,
Can anyone let me know how do we retrieve data from customized table which does not have table maintainance?
There has been a considerable amount of data loss and we have to get all the data back that was deleted.
Is that possible?
Thanks,
Anita
‎2006 Jun 20 4:42 PM
‎2006 Jun 20 4:46 PM
Hi sreedhar,
Thank you for the response.
I can have a table maintainance, thats understood.
But is there a way to get the deleted data now, because right now the customized table does not have a table maintainance ticked.
Thanks,
Anita
‎2006 Jun 20 4:49 PM
Hi,
Its almost impossible when table logging is not switched on... The thread i reffered also suggests that....
Sreedhar
‎2006 Jun 20 4:52 PM
I think you will not be able to get back data which has been deleted from a custom table without a table maintenance generator for it.
‎2006 Jun 20 5:38 PM
Is this in the production instance? If so, do you regularly copy the production instance to the QA instance? If so, your DBAs might be able to copy the QA table to the production instance under a different name. You would have to write a program to compare the two and insert data (not change) where possible. This wouldn't retrieve all of the data, but might get you started.
Rob