Re: [bdbxml] Query problems.

George Feinberg <[email protected]> Mon, 8 Aug 2005 10:33:34 -0400
Newsgroups gmane.comp.db.dbxml.general
Message-ID <[email protected]>
I suspect what is happening is that you are exiting the dbxml shell
program via ^C or other interrupt.
If you do not cleanly exit, containers modified during your session  
could
be corrupt.

This behavior is fixed for the next release.  In the mean time, be sure
to use the quit/exit command in dbxml to exit.

Regards,

George

On Aug 8, 2005, at 4:52 AM, B Hanumahally, Shivakumar (Shivakumar)**  
CTR ** wrote:

> I have two containers, one which contains a small document and the  
> other contains a 90 MB document.  In the dbxml shell, I do a  
> opencontainer and run queries against the smaller document which  
> works fine.
>
> If I do a opencontainer for the one that contains the 90MB  
> document, it returns with "0 objects returned".  However, if I  
> delete the container( rm xxx.dbxml from unix command prompt) and  
> create/add the huge document and then run queries all in one  
> session it succeeds.  It looks like a opencontainer doesn't see the  
> huge document.
>
> With the huge container, getdocuments returns "1 documents found".   
> But a print gives the error "Db::get:DB_RUNRECOVERY Fatal error run  
> database recovery"
>
> Does have anything to do with the size of the document ? Can  
> someone help ?
>