Is there some way to acquire an exclusive write lock for a whole Berkeley DB database without having to close it and reopen it using Db::set_lk_exclusive()?
Perhaps using DbEnv::lock_get()? But in this case, how should it be called? I haven’t found any examples about it.
Thanks.
I posted the same question in the Oracle forums and got a reply: