发布时间:2016-06-17 11:40:14
概述:本篇文章重点对 AWR 报告中的 DB Time、DBCPU、IO 等数据进行了说明,可帮助读者更加清楚的理解这些数据代表的含义,与数据库的性能表现有何关系。同时通过两个简短的例子,实践如何分析 AWR 报告。1. AWR 概述Automatic Workload Repository(AWR) 是10g引入的一个重要组件。在里面存贮.........【阅读全文】
发布时间:2016-05-10 11:32:42
今天有客户的数据库意外被删除了整个目录中的数据文件,操作系统级别的删除,然而幸运的是这个数据库没有崩溃,仍然处于 open 状态的时候,客户就发现了问题,求助到我们,最终完整地恢复了所有数据文件。在 Linux 下大致重新演示一下恢复的过程,恢复的步骤与数据库版本没有太大关系,与操作系统的不同会有所不.........【阅读全文】
发布时间:2015-09-30 10:12:14
<div style="font-family:Tahoma, 'Microsoft Yahei', Simsun;font-size:14px;line-height:25px;white-space:normal;background-color:#FFFFFF;"> 我们的系统维护的过程中肯定需要对数据库进行定期的备份,但是如果定时手工备份的话,不但浪费时间,也不能保证每次都可以按时备份,所以自动备份成为.........【阅读全文】
发布时间:2015-05-26 11:11:10
具体步骤如下:一、主库操作1、修改主库属性:alter system force logging;##查看状态select FORCE_LOGGING from v$database;2、修改数据库为归档模式:archive log list;shutdown immediate;startup mount;alter database archivelog;(alter&nb.........【阅读全文】
发布时间:2015-05-15 16:12:46
Warning is:Error securing Database Control, Database Control has been brought up in non-secure mode. To secure the Database Control execute the following command(s):1) Set the environment variable ORACLE_SID to testdb2) C:\oracle\product\10.2.0\db_1\bin\emctl.bat stop dbconsole3) C:\oracl.........【阅读全文】