Oracle WebCenter Content (MOSC)

MOSC Banner

Can I add and index to the FolderFolders table?

edited Sep 9, 2019 5:00AM in Oracle WebCenter Content (MOSC) 2 commentsAnswered ✓

Hi

Activating the audit log I can see that FLD_INFO service use this type of querys:

SELECT * FROM FolderFolders WHERE (((LOWER(FolderFolders.fFolderGUID) = LOWER('45A6AF787D4920115737D8CF4BD14C3C'))))

When the FolderFolders table has a fewrecords there is no problem with "LOWER(FolderFolders.fFolderGUID)", but when there are many records, the query is very slow.

Can I add to the FolderFolders table a new index on "LOWER(fFolderGUID)" to improve the query time?

Could it be a problem?

Best regards

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center