on 2012 Oct 30 7:58 AM
I have a db file but no log file from someone who has asked me to write a couple of infomaker reports. They can't get back to the pc where the data is held for a couple of weeks. is there anyway to get the db running ?
Request clarification before answering.
start it with dbeng9 -f or use dblog -n to change the DB file to not use a transaction log.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Note that any transactions that were committed in the log that was missing will not be present in the database once you use -f. You won't be able to apply those transactions automatically via recovery either. The best you could do is translate the missing logs once you get them and execute the translated SQL statements.
User | Count |
---|---|
60 | |
8 | |
7 | |
6 | |
6 | |
5 | |
5 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.