Full-text index with Oracle Express Edition
674493Jan 12 2010 — edited Jan 20 2010I'm trying to build a local development environment, but I haven't been able to get full-text indexing working.
Here are the specs:
OS: Windows XP Service Pack 3
DB: Oracle Express Edition 10.2.0.1.0
Index Engine Name: DATABASE.FULLTEXT
When it tries to full-text index, the console output is:
(internal) 01.12 11:30:06.749 TaskLauncher stdout The TextExport program was successful.
indexer 01.12 11:30:15.359 index update work !csJdbcCommitError!$No more data to read from socket-exception stack
I ran the sql scripts to grant the necessary permissions for the DB user, as outline in the Content Server Quickstart Guide. I've confirmed that the tables and indices were created in the DB to handle full-text.
Is Express Edition capable of handling full-text searching? Perhaps I need to start over with a different DB :(
Thanks,
-Jason