Hi! > I have run into a problem with SAP DB: when the database is full > (according to the knldiag log file), commands executed against > the database simply hang and never return. I would have expected > a clean error message in this case.
It's not a bug, it's actually a feature. Your client application doesn't "hang" it just waits till you, the operator, appends more devspace to the database using dbmcli. If you've done this - voila - your client applications continue working. Search the mailing list - this was discussed many times. > Obviously, this poses a major problem for 24/7 high availability > applications, so my question is whether I could implement some > regular check on the current fill state of the database. I don't think so. I really appreciate that behaviour. > Is there some SQL statement I could execute to get the current > database fill state ? Dunno. Perhaps some SAPDB people can help here? Best Regards Peter -- Peter Sch�fer Dipl.-Ing.(FH) EADS Radio Communication Systems GmbH & Co. KG W�rthstrasse 85 D-89077 Ulm Tel.: +49 (0) 731 392 3023 Fax : +49 (0) 731 392 20 3023 mailto:[EMAIL PROTECTED] !NOT SPEAKING FOR MY EMPLOYER! _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
