Oracle LogMiner
外观
Oracle LogMiner是甲骨文公司作为Oracle数据库一部分提供的工具,提供查询Oracle数据库记录日志的变化的方法,主要通过SQL命令查询Oracle重做日志中的数据。Oracle Enterprise Manager产品提供了同样功能的GUI接口。
LogMiner turns the concept and practices of 数据挖掘on the internal processes of the database itself.
使用LogMiner,数据库管理员可以进行:
- 识别数据库事件的时间
- isolate 数据库事务s carried out in error by users
- 对于疏忽造成的数据变化,决定数据恢复(data recovery)所需的步骤。
- 为性能调优(performance tuning)和容量规划(capacity planning)收集实际使用的量。
- 审计任何在数据库上运行的命令所进行的操作
Note that LogMiner uses Oracle logs to reconstruct exactly how data changed, whereas the complementary utility Oracle Flashback addresses, reconstructs and presents the finished results of such changes, giving a view of the database at some point in time.
参见
外部参考文献
- Supporting Oracle(页面存档备份,存于互联网档案馆)(German)Documents on how to use LogMiner, Auditing and more
这是一篇与数据库软件相关的小作品。您可以通过编辑或修订扩充其内容。 |