Subject | my problem is getting worst |
---|---|
Author | Ahmad $arhan **** |
Post date | 2008-03-09T22:18:50Z |
Dear all,
my problem is getting worst, in addition to the prevoius sql error i am getting this when i tried to back-up and restore DB, please help me
select rc.rdb$constraint_name,
i.rdb$field_name
from rdb$relation_constraints rc, rdb$index_segments i
where (i.rdb$index_name = rc.rdb$index_name) and
(rc.rdb$constraint_type = 'PRIMARY KEY')
and (rc.rdb$relation_name = 'RLSTT')
order by i.rdb$field_position
Unsuccessful execution caused by a system error that precludes
successful execution of subsequent
statements.
internal gds software consistency check (can't continue after bugcheck).
select RDB$RELATION_NAME, RDB$SYSTEM_FLAG
, RDB$DESCRIPTION
from RDB$RELATIONS where (RDB$VIEW_SOURCE is NULL)
and (RDB$SYSTEM_FLAG = 0)
order by RDB$RELATION_NAME
Unsuccessful execution caused by a system error that precludes
successful execution of subsequent
statements.
database file appears corrupt ().
bad checksum.
checksum error on database page 39243.
~{ Ahmad F. Sarhan }~
---------------------------------
Never miss a thing. Make Yahoo your homepage.
[Non-text portions of this message have been removed]
my problem is getting worst, in addition to the prevoius sql error i am getting this when i tried to back-up and restore DB, please help me
select rc.rdb$constraint_name,
i.rdb$field_name
from rdb$relation_constraints rc, rdb$index_segments i
where (i.rdb$index_name = rc.rdb$index_name) and
(rc.rdb$constraint_type = 'PRIMARY KEY')
and (rc.rdb$relation_name = 'RLSTT')
order by i.rdb$field_position
Unsuccessful execution caused by a system error that precludes
successful execution of subsequent
statements.
internal gds software consistency check (can't continue after bugcheck).
select RDB$RELATION_NAME, RDB$SYSTEM_FLAG
, RDB$DESCRIPTION
from RDB$RELATIONS where (RDB$VIEW_SOURCE is NULL)
and (RDB$SYSTEM_FLAG = 0)
order by RDB$RELATION_NAME
Unsuccessful execution caused by a system error that precludes
successful execution of subsequent
statements.
database file appears corrupt ().
bad checksum.
checksum error on database page 39243.
~{ Ahmad F. Sarhan }~
---------------------------------
Never miss a thing. Make Yahoo your homepage.
[Non-text portions of this message have been removed]