码迷,mamicode.com
首页 >  
搜索关键字:snapshot standby    ( 1742个结果
Bluetooth Low Energy链路层
1. 介绍 1.1 链路状态机 链路层操作可以描述为链路状态机(The Link Layer State Machine) 链路状态机有如下五种状态 - Standby State: 准备,不传输或接受数据包 - Advertising State: 广播, advertiser,发送adverti...
分类:其他好文   时间:2014-11-27 23:33:17    阅读次数:426
Oracle Study之案例--Oracle 11g DataGuard Snapshot Standby
OracleStudy之案例--Oracle11gDataGuardSnapshotStandbyOracle11g的DataGuard不仅仅带给我们的是ActiveDataGuard实时查询特性,同时还带来了另外一个新特性,这便是SnapshotStandby数据库功能,此项功能可将备库置身于“可读写状态”用于不方便在生产环境主库中测试的内容,比如..
分类:数据库   时间:2014-11-27 18:46:39    阅读次数:300
Oracle DG之--构建Physical Standby(一主库对应多备库)
OracleDG之--构建PhysicalStandby(一主库对应多备库)系统环境:操作系统:RedHatEL6Oracle:Oracle10.2.0.1.0如图所示,主库为bjdb(db_unique_name),备库为shdb和gzdb。案例分析:一个主库,两个备库主库初始化参数(pfile):[oracle@bjsrvdbs]$catinitbj.ora*.audit_file_..
分类:数据库   时间:2014-11-27 18:44:10    阅读次数:414
java应用maven插件动态生成webservice代码
pom.xml如下 4.0.0 com.wisdombud com.wisdombud.ws 0.0.1-SNAPSHOT 14.0.1 3.0.6.RELEASE 2.7.5 4.8.1 1.6....
分类:编程语言   时间:2014-11-27 17:44:19    阅读次数:224
mssql2008R2 RCU-6083:ALTER database FWC SET READ_COMMITTED_SNAPSHOT ON
RCU-6083:失败 - 检查所选组件的先决条件要求:MDS 有关详细资料, 请参阅 E:\Setup\ofm_rcu\rcu\log\logdir.2014-11-27_12-39\rcu.log 中的 RCU 日志。---------------------------------------...
分类:数据库   时间:2014-11-27 14:09:02    阅读次数:264
oracle授权grant
alter any cluster 修改任意簇的权限 alter any index 修改任意索引的权限 alter any role 修改任意角色的权限 alter any sequence 修改任意序列的权限 alter any snapshot 修改任意快照的权限 alte...
分类:数据库   时间:2014-11-27 12:14:17    阅读次数:257
Nutch2.x常遇问题集锦
1、nutch2.3-snapshot中batchid为null引发的.NullPointerException异常:Exception in thread "main" java.lang.NullPointerExceptionat org.apache.nutch.parse.ParserJo...
分类:其他好文   时间:2014-11-26 11:08:57    阅读次数:185
Colored SQL--How to force the AWR to capture a specified SQL even if it is not the top one
This new feature doesn't paint the SQL statement in color; rather, it sort of marks it as "important."Suppose you are troubleshooting a performance issue and you suspect a specific SQL statement contr...
分类:数据库   时间:2014-11-24 11:53:56    阅读次数:199
Maven实战--缺少Jar包
新建的Maven项目,在build的时候总是打包失败,提示少Jar包,如下: [ERROR] Failed to execute goal on project JYYPT_TOOL: Could not resolve dependencies for project com.tgb:JYYPT_TOOL:jar:0.0.1-SNAPSHOT: The following artifacts...
分类:编程语言   时间:2014-11-24 00:56:11    阅读次数:230
使用lvm-snapshot备份mysql数据库
前提要求: 事务日志跟数据文件必须在同一个卷上; 创建快照卷之前,要请求MySQL的全局锁;在快照创建完成之后手动释放锁; 请求全局锁完成之后,做一次日志滚动;做二进制日志文件及位置标记(手动进行); 1、为数据施加读锁,滚动二进制日志文件并记录当前二进制文件起始时间段: 2、做快照; 3、释放读锁: 4、挂载快照,将快...
分类:数据库   时间:2014-11-22 16:04:55    阅读次数:252
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!