malesch <[email protected]> writes: > I think my problem is really the log which is still existing and not > flushed. > > Is a shutdown the only way to really bring the information into the > database?
You can also commit all transactions and call the system procedure SYSCS_UTIL.SYSCS_CHECKPOINT_DATABASE() cf. http://db.apache.org/derby/docs/10.5/ref/rrefcheckpointdbproc.html Dag
