Why ‘lower(clob) like xxx' Has More Consistent Gets Than 'clob like xxx'.
(Doc ID 2492604.1)
Last updated on JULY 20, 2024
Applies to:
Oracle Database - Enterprise Edition - Version 11.2.0.4 and laterInformation in this document applies to any platform.
Goal
As the testcase, we can see the query with lower(c) like 'abc%' has twice consistent gets than the query with c like 'abc%':
Solution
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
Goal |
Solution |