I'm trying to get Berkely DB XML working in memory only. I've tried to follow the in memory guide here: https://docs.oracle.com/cd/E17076_05/html/articles/inmemory/C/index.html#dbfiles . However, I couldn't get the "Keeping Temporary Pages in Memory portion" to work because I don't have a DB handler. I've tailed the file that the XmlManager created when I construct a container and can clearly see it is writing XML content to the file rather than in memory. Is there something special I need to do to get Berkely Db XML to be in memory only? Thanks,
I would really appreciate some help.