Hello Bernhard,
maybe the database catalog has corrupt/invalid entries.
I would suggest that you verify the catalog and in case it returns an error let me know the result list:
1. Connect as SYSDBA user e.g. 'dba'
2. util execute check catalog
3. select * from domain.parameters
Important: If step (2) returns the error '300', you need to run a select on the domain.parameters to get the detailed results. But you must use the same SQL session for that query or that information would be lost. Therefore, you might want to use an SQL editor for this like e.g. Database Studio or if you use dbmcli, then keep the SQL session connected.
Regards,
Thorsten
↧
Re: [-9205]: System error: AK Catalog information not found / CONSTRAINT
↧