U00037134 CAUTION: The object 'AE10DEV#WP001' might have been moved to the Recycle Bin by accident. Processing will be aborted. Please contact Automic Support.
U00037134 CAUTION: The object 'AE10DEV#CP002' might have been moved to the Recycle Bin by accident. Processing will be aborted. Please contact Automic Support.
U00037134 CAUTION: The object 'AE10DEV#CP001' might have been moved to the Recycle Bin by accident. Processing will be aborted. Please contact Automic Support.
U00037134 CAUTION: The object 'AE10DEV#WP002' might have been moved to the Recycle Bin by accident. Processing will be aborted. Please contact Automic Support.
U00037134 CAUTION: The object 'AE10DEV#WP003' might have been moved to the Recycle Bin by accident. Processing will be aborted. Please contact Automic Support.
U00037134 CAUTION: The object 'AE10DEV#CP004' might have been moved to the Recycle Bin by accident. Processing will be aborted. Please contact Automic Support.
U00037134 CAUTION: The object 'AE10DEV#CP003' might have been moved to the Recycle Bin by accident. Processing will be aborted. Please contact Automic Support.
U00037134 CAUTION: The object 'AE10DEV#WP004' might have been moved to the Recycle Bin by accident. Processing will be aborted. Please contact Automic Support.
.....
...
U00037022 ABORTING due to error.
Restart the program when the error cause has been removed.
U00037055 Error occurred when reorganizing database.
Please check your Log/Trace file for more details.
After the restore and successful deletion, the unload/reorganisation should complete successfully.
"Unable to restore object 'XXXXXX#XX'. This object has probably been deleted manually. Please contact Automic Support"
select oh_name, oh_otype, oh_deleteflag from oh where (OH_deleteflag = 5 or OH_deleteflag = 1) and oh_name like 'AE10DEV#%';
update oh set oh_deleteflag =0 where (OH_deleteflag = 5 or OH_deleteflag = 1) and oh_name like 'AE10DEV#%';
commit;