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!

Db::stat exception "No such file or directory"

732321Nov 5 2009 — edited Nov 5 2009
Hi,
Has anyone encountered a problem with DB::stat method throwing an exception with description "No such file or directory" ? It's seems like it is non-deterministic, it just happens sometimes. I'm using one environment (with Concurrent Data Store enabled) to access all my databases (one file per each database, no multiple databases in one file).
I'm checking the database's underlying file existence and I'm sure that it exists physically on disk before and after calling DB::stat() method. So what may be the problem?! Is stat() accesing any other files that may be missing during its call?

Edited by: user12173509 on Nov 5, 2009 4:07 AM

Edited by: user12173509 on Nov 5, 2009 4:14 AM
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 3 2009
Added on Nov 5 2009
3 comments
2,421 views