昨天去某客户那里搭建RAC-DG的物理备库,这里把大致流程再列举一下,为不涉及泄露隐私,主要参数已替换名称,具体路径也不一致。由于客户那边的环境不允许本机用网络连接内网,因此无法截下故障时各种报警日志和trace文件的截图,只能凭回忆大致写出。
1.主库在线修改spfile参数
alter database force logging;
alter system set log_ar...
分类:
其他好文 时间:
2014-08-20 17:59:12
阅读次数:
375
1、select seq_name.nextval from dual; //假设得到结果56562、alter sequence seq_name increment by -5655; //注意是-(n-1)3、select seq_name.nextval from dual;//再查一遍,走...
分类:
数据库 时间:
2014-08-20 15:41:12
阅读次数:
271
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
一.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