[Building Sakai] issues with contemt-runconversion.sh in 2.6.x

Seth Theriault slt at columbia.edu
Thu Apr 29 07:13:34 PDT 2010


David Horwitz wrote:

> 2) Clear out the search tables in the db:
> 
> truncate table search_journal;
> truncate table search_node_status;
> truncate table search_segments;
> truncate table search_transaction;
> truncate table searchbuilderitem;
> truncate table searchwriterlock;
> 
> (mysql syntax oracle may differ). Then restart tomcat and rebuild the index.

The Oracle equivalents are:

delete from search_journal;
delete from search_node_status;
delete from search_segments;
delete from search_transaction;
delete from searchbuilderitem;
delete from searchwriterlock;

Seth


More information about the sakai-dev mailing list