How to recover from Extract ERROR 180 encountered commit SCN that is not greater than the highest SCN already processedThis is the summary of Metalink...
分类:
其他好文 时间:
2014-08-14 20:24:19
阅读次数:
335
Qracle11gduplicate功能不用备份源库,通过网络复制出standby库1.在standby上grid用户配置listener注意是指定oracle用户的家目录:监听状态:[grid@dg~]$lsnrctlLSNRCTLforLinux:Version11.2.0.4.0-Productionon19-MAY-201418:46:15Copyright(c)1991,2013,Oracle.Allrightsrese..
分类:
数据库 时间:
2014-08-14 03:54:08
阅读次数:
492
---------------------------------------------------同步表---------------------------------------------------SQL>EXECUTEDBMS_LOGSTDBY.INSTANTIATE_TABLE(‘USERNAME‘,‘TABLENAME‘,‘DBLINKNAME‘);BEGINDBMS_LOGSTDBY.INSTANTIATE_TABLE(‘USERNAME‘,‘TABLENAME‘,‘DBLIN..
分类:
数据库 时间:
2014-08-13 10:41:46
阅读次数:
280
http://blog.csdn.net/zcynical/article/details/19241595写在前面:本文介绍的方法除第一步外,适用于所有CM系统支持的设备,第一步由于用到了PC上的Odin3软件刷入Recovery,因此只适用于三星设备,其他品牌的机器需要另找方法刷入Recover...
分类:
其他好文 时间:
2014-08-11 02:43:31
阅读次数:
445
Problem Description:
Two elements of a binary search tree (BST) are swapped by mistake.
Recover the tree without changing its structure.
Note:
A solution using O(n)
space is pretty straigh...
分类:
其他好文 时间:
2014-08-08 21:22:36
阅读次数:
315
原文地址:【DataGuard】部署Data Guard相关参数详解作者:secooler有关物理Data Guard部署参考《【DataGuard】同一台主机实现物理Data Guard配置安装》(http://space.itpub.net/519536/viewspace-578181),本文...
分类:
其他好文 时间:
2014-08-07 18:05:00
阅读次数:
247
原文:http://blog.itpub.net/29324876/viewspace-1246133/环境:主备库都为单实例并且数据库SID相同OS:red hat 6.5Oracle:11.2.0.4.3主库操作1.开启归档模式创建归档目录[root@enn ~]# mkdir -p /u01/...
分类:
数据库 时间:
2014-08-07 17:57:50
阅读次数:
394
从9i以后,oracle dataguard 备库一般都不需要手工处理丢失的日志,FAL自动会帮我们处理,下面通过个案例来讲下手工处理丢失的日志的方法:1.在备库查询有哪些日志丢失,没应用到备库SQL> select * from V$ARCHIVE_GAP; THREAD# LOW_SEQUEN....
分类:
其他好文 时间:
2014-08-07 09:41:39
阅读次数:
263
题目:Two elements of a binary search tree (BST) are swapped by mistake.Recover the tree without changing its structure.Note:A solution using O(n) space....
分类:
编程语言 时间:
2014-08-05 05:17:28
阅读次数:
265
An example of in-order traversal application. My intuition is that, we have to serialize it into an array and check, but in-order traversal does exact...
分类:
其他好文 时间:
2014-08-05 03:03:48
阅读次数:
241