Hi. I need to rename a dm_folder having 4 million subfolders. On the Acceptance env we have 200 thousand subfolders and the rename took 30 minutes. Now we need to do this on Production and I'm afraid that either Oracle or the Content Server will fail with not enough resources or the rename will take 10 hours.
Is there a faster way? Maybe stop the content server and manually set object_name, then do "update dm_folder_r set r_folder_path". Are there other places that need to be updated?