一、冷备份介绍: 冷备份数据库是将数据库关闭之后备份所有的关键性文件包括数据文件、控制文件、联机REDO LOG文件,将其拷贝到另外的位置。此外冷备份也可以包含对参数文件和口令文件的备份,但是这两种备份是可以根据需要进行选择的。,冷备份实际也是一种物理备份,是一个备份数据库物理文件的过程。因为冷备份...
分类:
数据库 时间:
2015-01-05 18:43:15
阅读次数:
304
对于 oracle 恢复来说最重要的数据结构莫过于online redo log(在线重做日志), 在线重做日志包含至少两个预先分配好的,用来存储数据库变化的文件。在线重做日志记录着数据文件中的变化。
Online Redo Log
有什么作用
Oracle
数据库通过在线重做日志文件来确保数据不丢失。特别是当实例失败后, oracle
数据库可以通过在线重做日...
分类:
其他好文 时间:
2014-12-31 22:51:41
阅读次数:
276
??
采用Qt's Undo Framework实现undo和redo操作。
比如在做一个记事本程序 想要实现一个删除文本的操作,这个操作可以撤销和重现,即可以实现所谓的undo()和redo()操作。
此时只需让删除操作继承至QUndoCommand类,比如叫做DeleteTextCommand,并实现redo和undo这两个虚函数。在删除操作的响应槽函数SlotDeleteText()...
分类:
其他好文 时间:
2014-12-31 18:29:50
阅读次数:
322
system毁坏恢复建议做整个库的冷备(datafile+controlfile+redo log file)(1)shutdowm (2)拷贝文件datafile+controlfile+redo log file(3)startup (5)rm system01.dbf(6)再次打开数据库,报....
分类:
其他好文 时间:
2014-12-30 18:53:44
阅读次数:
198
以下通过介绍常用模块来讲解Nginx配置文件指令(以下内容都是参照官方网站)1、Nginx的主模块的常用配置指令:(1)error_log语法:error_logfile[debug|info|notice|wran|error|crit]默认值:${prefix}/logs/error.log指定Nginx服务(与FastCGI)错误日志文件位置。每个字段的..
分类:
系统相关 时间:
2014-12-29 06:42:16
阅读次数:
246
our database operates in ARCHIVELOGmode. The redo log files are
not multiplexed and one of the online redo logs is missing. The missi
ng redo log sequence, 230, is not archived and it contained inf...
分类:
数据库 时间:
2014-12-26 09:41:12
阅读次数:
236
CKPT进程工作示意图2.CKPT进程工作机制检查点进程被触发的条件为:a>当发生日志组切换时;b> 用户提交了事务时(commit);c> Redo log buffer容量达到总容量的1/3或1M时。d>手动alter system checkpoint 的时候。e> 系统正常关闭时。f> 其他...
分类:
系统相关 时间:
2014-12-25 14:30:16
阅读次数:
228
The current time is 12:00 noon. You want to recover the USERS tablespace
from a failure that occurred at 11:50 a.m. You discover that
the only member of an unarchived redo log group containing inf...
分类:
数据库 时间:
2014-12-25 10:01:47
阅读次数:
264
【wget下载ftp中的文件】wget的ftp相关功能saveto=文件保存路径URL=ftp路径wgetlog=wget日志文件路径wget-P${saveto}--ftp-user=xxx--ftp-password=xxx-m-c-t5${URL}-a${wgetlog}-nv
-ologfile
--output-file=logfile
Logallmessagestologfile.Themessagesarenormallyreported..
分类:
其他好文 时间:
2014-12-24 18:20:41
阅读次数:
136
-------physical standby database:real-time apply 需要配置 standby redo log;启用实时应用, 日志应用服务会直接应用接收的redo 数据,而不需要等待当前standby redo log 归档对于failover 和switchover...
分类:
数据库 时间:
2014-12-22 19:17:38
阅读次数:
160