Hello Bernhard,
hmm... the 'select * from parameters' includes the tableid of the identified object, in this case it is '000000000003CD88', which unfortunately is different from the tableid you have reported the error for ('000000000003F5F5').
This very likely means that the 'check catalog' has identified a minor inconsistency on S_RKA_KOSTENSTELLE, but not related to your current problem.
The error on 'TABLENAME' has not been detected by the 'check catalog' check, which means it is an error we have not yet encountered and therefore not included in our checks.
How to proceed:
1.
run a 'check catalog with update' as dba user. This should drop the reference to the already deleted sequence S_RKA_KOSTENSTELLE.
Afterwards, a simple 'check catalog' should show no further errors.
2.
a)
Regarding your initial error, verify that indeed table 'TABLENAME' is affected by using the following SQL:
select * from domain.tables where tableid = x'000000000003F5F5'
The result should include the tablename of that object (which is expected to be TABLENAME).
b)
I would assume that you cannot access any constraints set on that table anymore (because of the catalog error). The question is: Do you know, what the current state is supposed to be? Have you set constraints which are now incorrectly missing or have there been valid constraints in the past, which were recently deleted and there should not be any constraints left on that table?
c)
Am I correctly assuming that you are or were using 'domains' for your constraints on that table (with 'domains' you can refer to a predefined constraint and use it on different tables...)?
Regards,
Thorsten
↧
Re: [-9205]: System error: AK Catalog information not found / CONSTRAINT
↧