ORA-29903 Raised On Query That Accesses An Oracle Text Index
(Doc ID 2444310.1)
Last updated on APRIL 17, 2023
Applies to:
Oracle Text - Version 12.2.0.1 and laterInformation in this document applies to any platform.
Symptoms
An Oracle Text query fails with an invalid rowid error.
select count(*) from app where app.app_key in (select app.app_key from app where contains(app.app_data, 'BAS%')>0 ) and ((app.APP_DC = 7)) ;
ORA-29903: error in executing ODCIIndexFetch() routine
ORA-01410: invalid ROWID
29903. 00000 - "error in executing ODCIIndexFetch() routine"
*Cause: The execution of ODCIIndexFetch routine caused an error.
*Action: Examine the error messages produced by the indextype code and take appropriate action.
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 |