Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SAP Sybase SQL Anywhere 16.0 » SQL Anywhere Server - Database Administration » SQL Anywhere database connections » Database file types » The transaction log

 

Starting a transaction log mirror for an existing database (command line)

Using the Transaction Log utility, you can maintain the transaction log mirror for an existing database any time the database is not running. You can also use the dblog utility to stop a database from using a transaction log mirror.

Prerequisites

You must be able to access the directories where the transaction log is located.

 Task
  1. Ensure that the database is not running.

  2. Run the following command:

    dblog -m mirror-file database-file

Results

A transaction log mirror is started for the database.

 See also