Oracle Text "Printjoins" Does Not Create Correct Index To Select Record With Wildcards
(Doc ID 2280801.1)
Last updated on APRIL 07, 2022
Applies to:
Oracle Text - Version 11.2.0.4 and laterInformation in this document applies to any platform.
Symptoms
On : 11.2.0.4 version, Query on context index (contains)
ACTUAL BEHAVIOR
---------------
The following query returns no rows:
SELECT ASET_NME
FROM MV_INST_ASET_CUR_COND CC
WHERE (CONTAINS((CC.ASET_NME), ('A-1%'))>0 )
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 |