There is a building of 100 floors. If an egg drops from the Nth floor or above, it will break. If it's dropped from any floor below, it will not break...
分类:
其他好文 时间:
2014-08-20 12:06:52
阅读次数:
189
There is an 8*8 chess board in which two diagnolly opposite corners have been cut off. You are given 31 dominos, and a single domino can cover exactly...
分类:
其他好文 时间:
2014-08-20 12:01:32
阅读次数:
236
cache fusion . grd . drm . gcs . ges
cache fusion
1.RAC是一个数据库运行在多个实例上,通过DLM(Distributed Lock Management):分布式锁管理器 来解决并发问题,RAC各个节点间的共享资源,为了保证每个节点访问数据的一致性,所以需要使用DLM来协调各个实例间的资源竞争访问。 这个D...
分类:
其他好文 时间:
2014-08-19 19:07:45
阅读次数:
334
之前使用 renamedg 对 ora.CRS.dg 进行重命名ora.DUPCRS.dg
但是 renamedg 有个缺点就是无法将修改的信息同步到整个集群层面,而且修改前的dg 会依然保留在集群层面:
如下所示:因此需要手动去清除,和重新注册修改后的dg 信息。
rename
需求: ora.CRS.dg...
分类:
其他好文 时间:
2014-08-19 19:03:05
阅读次数:
441
一.RAC全局等待事件说明在RAC环境中,和全局调整缓存相关的最常见的等待事件是global cache cr request,global cache busy和equeue。当一个进程访问需要一个或者多个块时,Oracle会首先检查自己的Cache是否存在该块,如果发现没有,就会先通过globa...
分类:
数据库 时间:
2014-08-19 12:20:54
阅读次数:
271
1)、检查集群状态: [grid@rac02 ~]$ crsctl check cluster CRS-4537: Cluster Ready Services is online CRS-4529: Cluster Synchronization Services is online CR...
分类:
数据库 时间:
2014-08-18 23:32:53
阅读次数:
449
关于oracle rac一些基础知识点的巩固。...
分类:
其他好文 时间:
2014-08-18 14:33:26
阅读次数:
264
对oracle10grac配置em,原本是非常简单的事,却花费了很长时间,记录下来,备忘。
首先是报如下错误:
[oracle@node1 admin]$ emca -config dbcontrol db
STARTED EMCA at Aug 17, 2014 9:06:47 AM
EM Configuration Assistant, Version 10.2.0.5.0 Produc...
分类:
数据库 时间:
2014-08-17 18:37:12
阅读次数:
332
有重边的话重边就不被包含在双连通里了#include #include using namespace std;const int maxn=1001;vectorG[maxn];int low[maxn],dfn[maxn];bool vis[maxn];int dg[maxn];int dep....
分类:
其他好文 时间:
2014-08-17 16:44:03
阅读次数:
180