码迷,mamicode.com
首页 >  
搜索关键字:rac 10g 添加节点    ( 11721个结果
给客户搭建RAC-DG时碰到的一些问题总结
昨天去某客户那里搭建RAC-DG的物理备库,这里把大致流程再列举一下,为不涉及泄露隐私,主要参数已替换名称,具体路径也不一致。由于客户那边的环境不允许本机用网络连接内网,因此无法截下故障时各种报警日志和trace文件的截图,只能凭回忆大致写出。 1.主库在线修改spfile参数 alter database force logging; alter system set log_ar...
分类:其他好文   时间:2014-08-20 17:59:12    阅读次数:375
oracle 手动增加序列值
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
Cracking the Coding Interview 6.5
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
Cracking the Coding Interview 6.2
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
RAC Cache Fusion 原理理解
cache fusion  .   grd  .  drm   .   gcs  .   ges cache fusion  1.RAC是一个数据库运行在多个实例上,通过DLM(Distributed Lock Management):分布式锁管理器 来解决并发问题,RAC各个节点间的共享资源,为了保证每个节点访问数据的一致性,所以需要使用DLM来协调各个实例间的资源竞争访问。 这个D...
分类:其他好文   时间:2014-08-19 19:07:45    阅读次数:334
Oracle RAC 全局等待事件 gc current block busy 和 gc cr multi block request 说明--转载(http://blog.csdn.net/tianlesoftware/article/details/7777511)
一.RAC全局等待事件说明在RAC环境中,和全局调整缓存相关的最常见的等待事件是global cache cr request,global cache busy和equeue。当一个进程访问需要一个或者多个块时,Oracle会首先检查自己的Cache是否存在该块,如果发现没有,就会先通过globa...
分类:数据库   时间:2014-08-19 12:20:54    阅读次数:271
管理oracle 11g RAC 常用命令
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 10g RAC中DRM的理解
自己对DRM的理解和网上一个很好的例子。...
分类:数据库   时间:2014-08-18 16:28:32    阅读次数:390
[转]RAC 的一些概念性和原理性的知识
关于oracle rac一些基础知识点的巩固。...
分类:其他好文   时间:2014-08-18 14:33:26    阅读次数:264
一次配置oracle em的经历
对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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!