From: | "Zhang, Anna" <azhang(at)verisign(dot)com> |
---|---|
To: | "'Vilson farias'" <vilson(dot)farias(at)digitro(dot)com(dot)br> |
Cc: | pgsql-admin(at)postgresql(dot)org |
Subject: | Re: ERROR: cannot read block |
Date: | 2002-01-24 17:30:35 |
Message-ID: | 5511D658682A7740BA295CCF1E1233A635A83A@vsvapostal2.bkup3 |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
I think you have experienced data/index block corruption. First drop indexes
(if you have) and recreate them. if only index corrupts, you are lucky, this
will fix your problem. but if this won't work, it means that data block
corrupted, you may need to recovery your database using backup.
Above suggestion comes from my oracle DBA experience. I know extractly how
to handle this in oracle, for postgres, theory is same. Good luck!!
Anna Zhang
-----Original Message-----
From: Vilson farias [mailto:vilson(dot)farias(at)digitro(dot)com(dot)br]
Sent: Thursday, January 24, 2002 7:51 AM
To: pgsql-admin(at)postgresql(dot)org
Subject: [ADMIN] ERROR: cannot read block
Sorry for inconvenience, but search engine is not working so maybe I'm
talking about this kind of error again.
I can't explain exactly what happenend but at certain point one of my
PostgreSQL database tables had stopped working.
The error is :
ERROR: cannot read block 3 from rel__modelo
Can it be fixed? Vacuum can't access this table, so I don't know how to fix
it.
Best regards.
----------------------------------------------------------------------------
----
José Vilson de Mello de Farias
Analista de Sistemas
Dígitro Tecnologia Ltda - www.digitro.com.br
APC - Aplicativos Orientados ao Cliente
E-mail: vilson(dot)farias(at)digitro(dot)com(dot)br
Tel.: +55 48 281 7158
ICQ 11866179
---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?
From | Date | Subject | |
---|---|---|---|
Next Message | Peter T. Brown | 2002-01-24 18:05:10 | Re: Maximum Performance Follow-up Question |
Previous Message | Clinton Adams | 2002-01-24 17:05:13 | Replication |