Recover deleted rows in table db2 from log file

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • art2873
    New Member
    • Mar 2013
    • 1

    Recover deleted rows in table db2 from log file

    I want to recover deleted rows from my db2 database. I have save the log file before delete row. Is there any way to recover back deleted row from log file. My log file is like this S0000001.log
  • vijay2082
    New Member
    • Aug 2009
    • 112

    #2
    No this is not possible unless you have purchased db2 recovery expert. You can use a trail version though and check this type of recovery your self.

    There are other recovery options available to accomplish above task rather than mining log which is tedious and error prone.

    1) Restore old db backup and extract data(PIT recovery)
    2)you the option of restoring only set of tablespaces that contain table along with catalog tablespace.


    Cheers, Vijay

    Comment

    Working...