SYS@orcl11g>alter database datafile 6 online;
alter database datafile 6 online
*
ERROR at line 1:
ORA-01113: file 6 needs media recovery
ORA-01110: data file 6: '/opt/oracle/oradata/orcl11g/zbdba01.db...
分类:
其他好文 时间:
2014-11-01 19:14:17
阅读次数:
168
题目大意:
给你一棵二叉树的前序和中序,求后序。
解题思路:
递归呀。...
分类:
其他好文 时间:
2014-11-01 14:55:33
阅读次数:
171
??
2012年数据库技术大会演讲PPT打包
DB2 Overview of Disaster Recovery Options.pdf:
http://www.t00y.com/file/76767890
DB2锁问题处理最佳实践.pdf:
http://www.t00y.com/file/76767892
GOS-MySQL-development.pdf:
ht...
分类:
数据库 时间:
2014-10-31 22:19:55
阅读次数:
170
环境:RAC 4节点、oracle 11.2.0.4、redhat 5.9 64bit 问题描述: 1.alert.log每隔一段时间就会报如下错误: Transaction recovery: lock conflict caught and ignored Transaction recover...
分类:
其他好文 时间:
2014-10-31 21:53:11
阅读次数:
1255
之前一直没有注意一个事情, 关于设置archive归档路径设置的问题。设置数据库为归档模式的命令: 1、首先要切换到mount状态; 2、执行alter system archivelog; 3、查看归档是否启动:archive log list;接着修改归档路径的时候发现报错。报错内容:OR...
分类:
数据库 时间:
2014-10-30 18:49:01
阅读次数:
249
比如在arrays.xml里: Reboot Recovery BootLoader 在代码里获取:String item0 =this.getResources().getStringArray(R.array.reboot_item)[0];String item1 = this.getRes....
分类:
移动开发 时间:
2014-10-29 12:24:20
阅读次数:
154
Android recovery模式为何物?
关于这个问题, baidu上已经有无数的答案,不理解的朋友先补习一下。从纯技术角度来讲, recovery和android本质上是两个独立的rootfs,
只是recovery这个rootfs存在的意义就是为android这个rootfs服务,因此被解释为Android系统的一部分。
recovery作为一个简单的r...
分类:
移动开发 时间:
2014-10-23 16:22:41
阅读次数:
181
使用证书配置的镜像基本安装微软次序做就可以了http://msdn.microsoft.com/zh-cn/library/ms191140.aspx备份还原首先要转换成完全备份模式没什么好多说的1 USE master;2 GO3 ALTER DATABASE 4 SET RECOVERY FUL...
分类:
数据库 时间:
2014-10-23 09:21:47
阅读次数:
307
前些天客户的ogg延迟到达8小时左右,于是我当时用logdump追踪了一下:
看进程状态:
send extsa staus
EXTRACT ZBDBA (PID 2269368)
Current status: Recovery complete: Processing data with empty data queue
Current read positio...
分类:
其他好文 时间:
2014-10-21 12:21:05
阅读次数:
250
Recovery time is the minimum length of time an asynchronous control signal, for example, and preset, must be stable before the next active clock edge....
分类:
其他好文 时间:
2014-10-20 14:56:25
阅读次数:
298