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

SQL Anywhere 11.0.1 (中文) » SQL Anywhere 服务器 - 数据库管理 » 安全 » 保护数据的安全 » 审计数据库活动

 

数据库服务器外的审计操作

一些数据库实用程序直接作用于数据库文件。在一个安全的环境中,应该只有受信任的用户才有权访问数据库文件。

在 Windows 或 Unix 中为了对操作进行审计,所有使用 dbtran 或 dblog 的操作都会生成一个文本文件,该文件与数据库文件位于同一目录,扩展名为 .alg。例如,如果数据库文件为 demo.db,则该文件的名称将是 demo.alg。包含工具名、Windows 或 Unix 用户名以及日期/时间的记录将被追加到该文件中。仅当审计选项设置为 On 时,记录才会被追加到 .alg 文件中。

另请参见