
oracle
alvin2012_zhang
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
data dump for sequence
[oracle@linux26 imp]$ sqlplus exp1/exp1 SQL*Plus: Release 11.2.0.1.0 Production on Tue Sep 3 19:33:59 2013 Copyright (c) 1982, 2009, Oracle. All rights reserved. Connected to: Oracle Database 1原创 2013-09-03 20:23:00 · 781 阅读 · 0 评论 -
oracle 表同步
数据同步概述 利用oracle的dblink和materialized view功能实现表的数据同步,目的是为应急系统提供数据,备库同步后数据只用做查询。 此方案有以下优缺点: 1. 可按照要求设置同步的间隔时间,不能时时同步。 2. 数据同步为增量同步,只同步增删改数据,不适合变化频繁的表。 3. 此方案为表数据同步,同步设置需要表有主键。原创 2013-10-11 21:34:45 · 1419 阅读 · 0 评论 -
redo log -- MTTR
Recovery Performance Tuning: Fast-Start Fault RecoveryThis section describes instance recovery, and how Oracle's Fast-Start Fault Recovery improves availability in the event of a crash or instance fai转载 2014-01-04 17:52:57 · 655 阅读 · 0 评论