Posted by: straig...@gmail.com
Hi,
Maybe a long shot posting here, but I am looking for some help in
repairing a corrupted database in SQLBASE server.
We have no good backup of the database, it looks as if it has been
corrupted for quite a while. Our application which uses this DB still
works, although it is running into problems all the time, and is a key
application in our business.
I first tried reorganizing the database which didn't work. I scrapped
the dbs file as it was now no good and took back in a backup. I tried a
segmented unload of the database using a control file, it gets so far
(produced about 2.5gb of unload data, the db itself is just under 2gb)
and then throws the error 00703 Fatal SQLBASE system failure (VIO IPN)
If I try an UPDATE STATISTICS I get the same error. If I try a check
database I get CHECK Failure (ROW BEN) Corrupted row page for table
DB.MY_TABLE
Everything I have read tells me to unload as much as I can, drop the
bad row and recreate the database and populate with the unloaded data.
There are two problems, 1. I don't know the schema of the database, how
can I view this at a glance? 2. I am pretty much a newbie to SQL so I
need exact commands :D
Thanks in advance for any help!