Moving a Folder Results in Many Update Calls to the FolderFiles Database Table
(Doc ID 2017481.1)
Last updated on AUGUST 01, 2024
Applies to:
Oracle WebCenter Content - Version 11.1.1.8.0 and laterInformation in this document applies to any platform.
Symptoms
When you move a folder, there are many update calls to the FolderFiles table.
Every content item in the folder being moved gets 3 update calls to the FolderFiles table.
There should not be any need to update the FolderFiles table when a folder is moved, since nothing on the content items within that folder changes.
The only update needed should be the update to the FolderFolders table to change the FPARENTGUID value for the folder that is moved to the value for its new parent.
To reproduce issue:
- Create a folder containing several content items.
- Turn on systemdatabase tracing.
- Move that folder to a new parent folder.
- Look at the server output tracing. You will see 3 update calls to the FolderFiles table for every content item in the folder that was moved.
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |