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

SQL Anywhere 12.0.1 » SQL Anywhere Server - Database Administration » Starting and connecting to your database » Database file types » The transaction log

 

Transaction log mirrors for existing database

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 and Sybase Central to stop a database from using a transaction log mirror.

 Start a transaction log mirror for an existing database (Sybase Central)
  1. Use the SQL Anywhere 12 plug-in to connect to the database.

  2. Click Tools » SQL Anywhere 12 » Change Log File Settings.

  3. Follow the instructions in the Change Log File Settings Wizard.

 Start a transaction log mirror for an existing database (command line)
  1. Ensure that the database is not running.

  2. Run the following command:

    dblog -m mirror-file database-file
 See also