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!

Redundant enum values in DB_ENV->backup()

Lucas VogelAug 21 2017 — edited Aug 22 2017

According to the DB_ENV->backup() method documentation, the flags available include DB_VERB_BACKUP and DB_CREATE, both with a value of 0x00000001. Is this by design? Will you get both if you simply pass the 0x00000001 value to the method?

Reference: https://docs.oracle.com/cd/E17276_01/html/api_reference/C/envbackup.html

Thanks

This post has been answered by Laurenfoutz-Oracle on Aug 22 2017
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 19 2017
Added on Aug 21 2017
4 comments
482 views