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

 

Changing the location of a transaction log (command line)

You can change the location of a transaction log using the dblog utility. For example, you may need to move the transaction log to a different drive on the same computer.

Prérequis

The database cannot be running when you change the location of the transaction log.

 Task
  • Run the following command:

    dblog -t new-transaction-log-file database-file

Résultat

The location of the transaction log is changed.

 See also