Sven K�hler wrote: > > > not necessary, you can set autolog on. check in sapdb > documentation for > > details and how to set up this. > > what does the autolog feature do?
If your log is filled up to a certain amount, it will be saved automatically and then the space holding log info will be cleared (not freed, but made reusable). Then new log info can be written to this space, will be saved automatically some time later,... If you do not save the log from time to time (automatically or explicitly) your system will stop (log full) waiting for this saving to be done. The kernel cannot go on further doing change-operations if it is not able (because of log full) to write undo/redo info. Elke SAP Labs Berlin _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
