摘要:
I was installing Clusterware using ASM on VMware shared disks. When I created the independent persistent virtual disks, I left the “allocate all... 阅读全文
posted @ 2016-08-19 17:13
岁伏
阅读(565)
评论(0)
推荐(0)
摘要:
构建RAC环境时出现的错误 百度半天未找到解决方案,Google了一下,终于找到可行方案 Solution:- yum update device-mapper glibc -y [root@HE2 subsys]# /etc/init.d/multipa... 阅读全文
posted @ 2016-08-19 17:13
岁伏
阅读(371)
评论(0)
推荐(0)
摘要:
安装11g的集群软件的时候,在最后运行root.sh脚本时候,没有执行成功,最后提示如下错误:[root@r2 ~]# /u01/app/11.2.0/grid_1/root.shPerforming root user operation for Oracle 11g The following... 阅读全文
posted @ 2016-08-19 17:13
岁伏
阅读(1113)
评论(0)
推荐(0)
摘要:
Failed to create keys in the OLR, rc = 127, Message: /opt/app/11.2.0/grid/bin/clscfg.bin: error while loading shared libraries: libcap.so.1: cannot o... 阅读全文
posted @ 2016-08-19 17:13
岁伏
阅读(221)
评论(0)
推荐(0)
摘要:
[root@HE1 ~]# /sbin/scsi_id -g -u /dev/sdb第一种是从VMWARE层面去解决,用文本编辑器修改vmx文件,在vmx文件中任意位置(通常在最后)添加如下行:disk.EnableUUID = "TRUE"这种方法有坏处,就是每次修改完磁盘或者网卡信息以后,参数... 阅读全文
posted @ 2016-08-19 17:13
岁伏
阅读(1032)
评论(0)
推荐(0)
摘要:
需求:更新url中最一个字符的'-1'改为'-5',前面的内容保持不变 url列的内容如下:http://h5game.ecs.cedarmg.com/a/captal/dispther.do?deviceid=b-01-1 SELECT * from qrmsgWHERE url LIKE '... 阅读全文
posted @ 2016-08-19 17:13
岁伏
阅读(2254)
评论(0)
推荐(0)
摘要:
看到网上部分人说不指定FILESPERSET(默认值=64)则会导致分配的通道只走第一个而导致备份效率低下,今天仔细研究了一下,参照了多个博主文章,得出结论如下:如果没有指定filesperset,rman比较计算出来的值(文件数目除以已分配的通道)和默认值64, 并取其中较小的那个值来保证所有通... 阅读全文
posted @ 2016-08-19 17:13
岁伏
阅读(473)
评论(0)
推荐(0)
摘要:
优化一个sql,就是有A,B两个表,要利用b表的字段更新a表对应的字段。形如Sql代码 update A set A.a=(select B.b from B where A.id=B.id); 原SQLupdatepntmall_rptpoint_detail a set a.scrm... 阅读全文
posted @ 2016-08-19 17:13
岁伏
阅读(1370)
评论(0)
推荐(0)
摘要:
INSERT INTO `ftms_active_dealer`(dealer_code,dealer_name,active_id,dealer_state)VALUES('415A1','贺磊'10023','1'),('31042','魏小彬'10023','1');[Err] 1064 -... 阅读全文
posted @ 2016-08-19 17:13
岁伏
阅读(633)
评论(0)
推荐(0)
摘要:
记一次expdp导出失败,报错如下ORA-39002: invalid operationORA-39070: Unable to open the log file.ORA-29283: invalid file operationORA-06512: at "SYS.UTL_FILE", li... 阅读全文
posted @ 2016-08-19 17:13
岁伏
阅读(1191)
评论(0)
推荐(0)