1.Create a VM01 on esx01,Create a VM02 on esx02 2.Create the RDM on your VM01 (using the virtual, not physical)3.Add new disk to VM02 (select existing...
分类:
其他好文 时间:
2014-07-16 16:46:24
阅读次数:
203
Linux的内存管理主要分为两部分:物理地址到虚拟地址的映射,内核内存分配管理(主要基于slab)。物理地址到虚拟地址之间的映射1、概念 物理地址(physical address) 用于内存芯片级的单元寻址,与处理器和CPU连接的地址总线相相应。——这个概念应该是这几个概念中最好理解的一个,可.....
分类:
系统相关 时间:
2014-07-12 13:24:59
阅读次数:
306
BACKGROUNDThe following disclosure relates to a method and system for enabling a user to browse physical things using a rich user interface (UI) via a...
分类:
Web程序 时间:
2014-07-10 16:44:57
阅读次数:
263
今天查看资料,对log_archive_dest_n和standby_archive_dest的关系有点模糊了,做个简单的测试,缕清关系、加深记忆。
首先看一下我们的实验环境,10grac,双节点:node1和node2
SQL> host hostname
node1
SQL> select * from v$version;
BANNER
-----------------------...
分类:
数据库 时间:
2014-07-08 20:11:47
阅读次数:
278
在做DG切换的时候遇到这样一个错误:
ORA-00274: illegal recovery option SEESION
问题描述:
当我在主库运行切换语句后,然后在备库切换到主库时遇到这样一个问题:
操作如下:
(1) 主库
SQL> select switchover_status from v$database;
SWITCHOVER_STATUS
----------------------------------------
TO STANDBY...
分类:
其他好文 时间:
2014-07-08 15:11:51
阅读次数:
318
最近再调查手机standby 电流偏高时,跟踪到了AlarmManager,就对它进行了相关的了解。AlarmManager的使用机制有的称呼为全局定时器,有的称呼为闹钟。通过对它的使用,它的作用和Timer有点相似。都有两种相似的用法:(1)在指定时长后执行某项操作(2)周期性的执行某项操作在an...
分类:
移动开发 时间:
2014-07-05 19:58:33
阅读次数:
250
BLE 的链路层,主要有一个或多个状态机构成,状态机有5中状态,分别是 standby(待机), advertise(广播), scan(扫描), init(初始化),connect(连接).1.链路层上层是BLE 的Host 端(主机端), 下层是物理层(调制解调,RF等)。2.从空中的通道来看,...
分类:
其他好文 时间:
2014-07-03 13:01:42
阅读次数:
259
//
以下是主库:
下列语句可以用来检查SQL应用能否唯一识别表列,并找出不被支持的表:查询哪个表不支持logical standby传输
SQL> select owner, table_name from dba_logstdby_not_unique where (owner, table_name) not in (select distinct owner, table_name...
分类:
数据库 时间:
2014-07-02 16:40:01
阅读次数:
368
SRIO Packets:
The RapidIOdata stream consists of data fields pertaining to the logical layer, thetransport layer, and the physical layer.
? The logical layer consists of the header (defining the typ...
分类:
其他好文 时间:
2014-07-01 09:03:27
阅读次数:
294
Creating a Physical Standby Database
This case is created, operated and followed the steps from oracle online help documentation.
The configuration of the two sites server:
Primary Database:
[roo...
分类:
数据库 时间:
2014-07-01 06:22:46
阅读次数:
415