On Wed, Jan 9, 2013 at 9:19 AM, André Knappstein < [email protected]> wrote:
> > > - database only has 1 file (no limbo problems) > Having nothing to do with your problem - which I'm thinking about - but to clarify a misunderstanding. Limbo transactions are the result of an incomplete two phase commit and have nothing to do with multi-file or even shadowed databases. The application has to initiate a two phase commit with a call to PREPARE. Normally that's done to coordinate updates in different databases, but it can also be done to coordinate a database commit with some other activity that does not have the ability to rollback. Good luck, Ann > > [Non-text portions of this message have been removed]
