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!
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