DRG-10837: Section <string> Does Not Exist
(Doc ID 1583666.1)
Last updated on APRIL 07, 2022
Applies to:
Oracle Text - Version 11.2.0.3 and laterInformation in this document applies to any platform.
Symptoms
Select on a Oracle Text indexed column, fails with DRG-10837: Section <string> Does Not Exist :
SELECT *
FROM
(SELECT mydets
FROM Employee where
contains(all_text, ''
||'abcdefg'
||' within '
||'name'
||','
||'abcdefg'
||' within '
||'description'
||'', 1) >0;
Changes
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 |
Changes |
Cause |
Solution |