Text of Oracle installed but cannot find anything through the full-text index

Hello

I have an Oracle 10 G (10.2.0.4) 64-bit on a Windows 2003r2 64 bit (sp2) database. I also installed the Oracle text:

Oracle Text
VALID 10.2.0.4.0


Then, I created some preferences and created the index of full text:
create index afindex on docs (document) indextype is ctxsys.context parameters ('storage gdoc_store SYNC (ON COMMIT)');

so with the syn on validation, it should immediately be viewed in the index.

I for example in 1 table 6 documents (word, pdf,...), the other has more documents then 64000 and 3rd over 425000.

In any of the 3 above, research on text gives result after the index is created. Not in the developer program and in sqlplus.

Search sql, for example:

Select the id from docs where contains (doc, 'hello') > 0;

under the c:\windows\temp, I see on 380files with drgibXXXXX, so it does not index them?

What could be the problem?

Note that I have a lot of other databases, where I also use Oracle text and there is no problem, only difference is the 32 <>- 64-bit.

error in ctx_index_error is:

DRG-11207: User filter command came out with the State 1

Published by: user12155961 on 15-apr-2010 05:33

AUTO_FILTER on MS Windows x 86-64-bit, see the Note 309154.1

You have several Oracle_Homes on this server and this is a RAC cluster?
Export and download the structure of keys to register MS under Wow6432Node - oracle.

-Edwin

Tags: Database

Similar Questions

Maybe you are looking for