My Oracle Support Banner

Search For Framework Folders Is Case-Sensitive (Doc ID 1508500.1)

Last updated on SEPTEMBER 21, 2023

Applies to:

Oracle WebCenter Content - Version 11.1.1.6.0 and later
Information in this document applies to any platform.

Symptoms

When searching for documents/content or folders in Framework Folders the search is case sensitive.

Enabling full verbose tracing for systemdatabase shows that the query is case sensitive:

SELECT * FROM FolderFolders WHERE ( fFolderName LIKE '%myfolder%'   AND   fParentGUID LIKE 'FLD_ROOT' ) ORDER BY fFolderName ASC

SELECT * FROM FolderFiles WHERE ( fFileName LIKE '%myfile%'   AND   fParentGUID LIKE 'FLD_ROOT' ) ORDER BY fFileName ASC

 

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


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.