Subject Re: [firebird-support] Re: FB2.1 frequently Index corruption in DB
Author Vlad Khorsun
>> > how resolve this problem ?
>>
>> Rebuild the corresponding index

> No any help : can comment me do it when some user work with this table ?

ALTER INDEX ... ACTIVE; COMMIT;

While index is builds users can read from table but can't modify it

Regards,
Vlad

PS Do you want to say that your database works in 24x7 mode ?