码迷,mamicode.com
首页 >  
搜索关键字:dataguard recover    ( 1020个结果
Goldengate:ERROR 180 encountered commit SCN that is not greater than the highest SCN already processed
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
Oracle 11 g duplicate功能_复制dataguard备库
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
ORACLE逻辑DATAGUARD数据库如何恢复SKIP的表ORA-02019\ORA-16276\
---------------------------------------------------同步表---------------------------------------------------SQL>EXECUTEDBMS_LOGSTDBY.INSTANTIATE_TABLE(‘USERNAME‘,‘TABLENAME‘,‘DBLINKNAME‘);BEGINDBMS_LOGSTDBY.INSTANTIATE_TABLE(‘USERNAME‘,‘TABLENAME‘,‘DBLIN..
分类:数据库   时间:2014-08-13 10:41:46    阅读次数:280
CyanogenMod刷机以及Google Play应用商店安装方法介绍
http://blog.csdn.net/zcynical/article/details/19241595写在前面:本文介绍的方法除第一步外,适用于所有CM系统支持的设备,第一步由于用到了PC上的Odin3软件刷入Recovery,因此只适用于三星设备,其他品牌的机器需要另找方法刷入Recover...
分类:其他好文   时间:2014-08-11 02:43:31    阅读次数:445
Leetcode--Recover Binary Search Tree
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相关参数详解 (转载)
原文地址:【DataGuard】部署Data Guard相关参数详解作者:secooler有关物理Data Guard部署参考《【DataGuard】同一台主机实现物理Data Guard配置安装》(http://space.itpub.net/519536/viewspace-578181),本文...
分类:其他好文   时间:2014-08-07 18:05:00    阅读次数:247
Oracle11g 搭建单实例DataGuard (转载)
原文: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
DG下手工处理v$archive_gap方法
从9i以后,oracle dataguard 备库一般都不需要手工处理丢失的日志,FAL自动会帮我们处理,下面通过个案例来讲下手工处理丢失的日志的方法:1.在备库查询有哪些日志丢失,没应用到备库SQL> select * from V$ARCHIVE_GAP; THREAD# LOW_SEQUEN....
分类:其他好文   时间:2014-08-07 09:41:39    阅读次数:263
Recover Binary Search Tree leetcode java
题目: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
LeetCode "Recover Binary Search Tree"
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
1020条   上一页 1 ... 92 93 94 95 96 ... 102 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!