码迷,mamicode.com
首页 >  
搜索关键字:crs    ( 344个结果
Oracle rac
rac多实例数据库架构有几个基础.第一个基础是共享存储,多台服务器(一般称之为节点)可以同时并发读写相同的文件. 实现共享存储有好多方法:1.最普遍的就是存储局域网络SAN,通过光纤交换机连接的共享存储,一组lun可以同时被多个服务器节点访问.2.以NETAPP为代表的基于TCP/IP的存储方案也是 ...
分类:数据库   时间:2017-09-01 13:40:15    阅读次数:243
Spring经常使用配置解析
一,配置文件的延迟载入 Spring默认在创建BeanFactory时,将配置文件里全部的对象实例化并进行注入。 使用延迟初始化之后。等到用到bean的时候才去初始化。 使用default-lazy-init="true"来设置全部bean都延迟初始化,也能够单独在须要延迟初始化的bean单独配置l ...
分类:编程语言   时间:2017-08-16 13:11:08    阅读次数:185
rac has,crsd启动跟踪--linux平台
删掉了$CRS_HOME/log/$HOSTNAME/下的所有日志文件和目录,于是has启不来了,单步执行:sh-x/etc/init/ohasdstrace-pohasd的pid查看/var/log/messages,$ORACLE_HOME/log/$HOSTNAME/alert_$HOSTNAME.log,发现其步骤如下:检查/opt/crs/product/bin/crsctl.bin文件:进入目录:/var..
分类:系统相关   时间:2017-08-08 00:43:06    阅读次数:422
11gR2 RAC:更换OCR、votedisk
要点: ocrconfig 备份-恢复 ocrconfig 导出-导入 crsctl querry css votedisk crsctl replace votedisk {+dsikgroup|sharefilepath} crsctl start crs -excl -nocrs crsctl ...
分类:其他好文   时间:2017-08-04 10:11:06    阅读次数:136
oracle 11g 中 (oracle 10g) crsctl 的 替换命令
?? oracle 11g 中 (oracle 10g) crsctl 的 替换命令 Deprecated Command Replacement Commands crs_stat 集群状态检查 crsctl check cluster -all crsctl stat res -t crs_re ...
分类:数据库   时间:2017-07-29 22:26:18    阅读次数:328
安装gi的时候回退root.sh的运行
</pre><pre name="code" class="html">/u01/app/11.2.0/grid/crs/install/roothas.pl -deconfig -force -verbose ...
分类:其他好文   时间:2017-07-23 16:47:44    阅读次数:117
Com Mouse can't work on NCT6686D
Method(_CRS,0){Return(^^SIO1.DCRS(0,0))}//GetUARTcurrentresourcesMethod(_SRS,1){^^SIO1.DSRS(Arg0,0)}//SetUARTrecourcestoMethod(_CRS,0){Return(^^SIO1.DCR3(0,0))}//GetUARTcurrentresourcesMethod(_SRS,1){^^SIO1.DSR3(Arg0,0)}//SetUARTrecources
分类:其他好文   时间:2017-07-20 22:18:15    阅读次数:325
A great tutorial with Jupyter notebook for ML beginners
An end to end implementation of a Machine Learning pipeline SPANDAN MADAN Visual Computing Group, Harvard University Computer Science and Artificial I ...
分类:其他好文   时间:2017-07-17 15:50:05    阅读次数:184
ssh命令、ping命令、traceroute 命令所使用的协议
在Node reboot or eviction: How to check if yourprivate interconnect CRS can transmit network heartbeats (文档 ID 1445075.1)中有这么一句话: The script in here pe ...
分类:其他好文   时间:2017-07-17 09:59:38    阅读次数:196
344条   上一页 1 ... 11 12 13 14 15 ... 35 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!