When recovering from media failure on the database file, the transaction log is intact. Recovery reapplies all committed transactions to the database. In some circumstances, you may want to find information about transactions that were incomplete at the time of the failure.
The Translate Log File Wizard helps you translate a log file into a .sql file from Sybase Central. You can also use the dbtran utility to translate a log file into a .sql file.
The transaction log may or may not contain changes right up to the point where a failure occurred. It does contain any changes made before the end of the most recently committed transaction that made changes to the database.
Click Tools » SQL Anywhere 12 » Translate Log File.
Follow the instructions in the wizard.
Edit the translated log (SQL script file) in a text editor and identify the instructions you need.
Run dbtran to convert the transaction log into a SQL script file, using the -a option to include uncommitted transactions. For example, the following command uses dbtran to convert a transaction log:
dbtran -a sample.log changes.sql |
Edit the translated log (SQL script file) in a text editor and identify the instructions you need.
For more information about the Log Translation utility, see Log Translation utility (dbtran).
Discuss this page in DocCommentXchange.
|
Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |