Skip to Main Content

Berkeley DB Family

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Berkely Db XML In Memory Only

0457d820-57f3-4dcb-9d62-e5a062e9a75cMar 26 2019 — edited Mar 28 2019

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.

This post has been answered by 0457d820-57f3-4dcb-9d62-e5a062e9a75c on Mar 28 2019
Jump to Answer
Comments
Post Details
Added on Mar 26 2019
2 comments
316 views