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 服务器 - 数据库管理 » SQL Anywhere 数据库连接 » 数据库文件类型 » 事务日志

 

启动现有数据库的事务日志镜像(命令行)

使用事务日志实用程序,可以在数据库未运行时维护现有数据库的事务日志镜像。您还可以使用 dblog 实用程序禁止数据库使用事务日志镜像。

前提条件

您必须能够访问事务日志所在的目录。

 任务
  1. 确保数据库没有运行。

  2. 运行以下命令:

    dblog -m mirror-file database-file

结果

将启动数据库的事务日志镜像。

 另请参见