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.

log file initialization after db_dump/db_load

61890Aug 4 2006 — edited Aug 6 2006
Greetings,

I have the need to db_dump/db_load a large customer database in their production environment. According to the documentation on "Log File Limits", after running db_dump/db_load, I should remove all log files and restart my application. The problem I have is my application has a check to insure that at least 1 log file exists. I cannot make changes to the application in the customers environment and cannot get a release into their environment in time to fix this issue. I have experimented with "touch log.0000000001" and this appears to work. My application starts normally and after some period of activity I can see, via db_printlog, normal activity in the log file. Is this an acceptable way to "initialize" the log file?

I am using Berkeley DB version 4.1.25 running on Solaris 9.

Thanks,
Nick

Comments

Processing
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Sep 3 2006
Added on Aug 4 2006
1 comment
929 views