Subject Re: [firebird-support] how could I know if DB is corrupted?
Author Gary Benade
> Daniel K. P. Rezende wrote
> Is there any way to check if my database is corrupted? I´m running
> Firebird 1.5.0 CS at linux server.

1) always work with a copy of the database in case further damage occurs.
Working with a copy also gives you exclusive access which is required to
perform the following operations:
2) gfix -v -f database.gdb to check for corruption
3) if previous step reports corruption: gfix -m -i database.gdb

Regards
Gary