Can I run ADOP actualize_all again in the same ADOP cycle after running finalize phase?
I've already executed the following in our test environment:
adop phase=prepare workers=6
adop phase=actualize_all workers=6 wait_on_failed_job=yes
adop phase=finalize workers=6
I was about to do the cutover but when I looked at the logs, I've seen couple of errors with regards to db link in actualize_all phase. I recreated the missing dblink and planning to drop the actual invalid object from the older editions. Is it okay to do this?
I'd also like to know if it is okay to run again the actualize_all and finalize after dropping the invalid object from older edition and then run cutover?