TEXTINDEX DR$PENDING
Hi all,
I found 572300 row in table DR$PENDING.
"select distinct PND_CID from ctxsys.dr$pending" gives me amongst others the value "1851" representing 572263 rows.
"select IDX_ID, IDX_NAME from ctxsys.dr$index where IDX_ID in (select PND_CID from ctxsys.dr$pending);" does return some indexes but none with PND_CID=1851;
So these data seem to be left over from a former index no longer in existence.
Is there a way to find out where these data come from (I tried mapping rowids to objects but did not receive a reasonable result)?
Can these entries be delete without problem?
DB-version is 10203.
Any help appreciated.
FJH