How do I restore my deleted update set
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2012 06:23 AM
I accidentally deleted my update set . The update set was not backed up. How can Irestore my update set ?
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2012 08:18 PM
If the sys_update_set table is listed in the glide.ui.audit_deleted_tables property, then you should be able to find the deleted record in sys_audit_delete and undo the delete. If the sys_update_set table is not listed then the deletions are not captured and you lost the data.
You may ask to restore from backup to one of your sub-production instances, then you may be able to export from your backup copy.