安装Oracle软件的过程中,报错:出错原因:这个错误主要是oracle上一次安装失败,而没有删除干净而留下的目录文件造成。解决办法:清除原先目录下的文件,再retry或者重新安装即可。示例:
分类:
数据库 时间:
2014-08-22 10:32:25
阅读次数:
208
安装GI,在执行root.sh时报错:Disk Group CRSDG creation failed with the following message:ORA-15018: diskgroup cannot be createdORA-15017: diskgroup "CRSDG" cann...
分类:
数据库 时间:
2014-08-22 01:34:15
阅读次数:
656
Determine whether an integer is a palindrome. Do this without extra space.click to show spoilers.Some hints:Could negative integers be palindromes? (i...
分类:
其他好文 时间:
2014-08-22 00:14:05
阅读次数:
172
在linux 下启动tomcat 的时候 由于项目多,出现 内存不足:PermGen space 而启动不了; 解决方案: 修改TOMCAT_HOME/bin/catalina.sh
在“echo "Using CATALINA_BASE: $CATALINA_BASE"”上面加入以下行:
JAVA_O...
分类:
编程语言 时间:
2014-08-21 19:46:55
阅读次数:
214
OpenStack文件注入排错过程1)撰写功能模块1)因Centos7.0x64文件系统的特殊性(XFS),openztack.nova.virt.disk.api.vfs模块无法识别文件系统,故调用系统命令guestmount,撰写函数IPDB调试代码是否成功程序启动正常看到下面的日志,表示^_^,创建成功启动服务serviceopenstack..
分类:
其他好文 时间:
2014-08-21 19:42:35
阅读次数:
635
企业级应用系统的建设,通常将系统和数据分别存储,并建立raid。新装的CentOS6.5,需要挂载数据盘,并且能够系统启动自动挂载该数据盘。
1、手动挂载磁盘
查看磁盘分区信息,执行fdisk命令
[root@tsp-rls-webservice tsp]# fdisk -l
Disk /dev/sdb: 1476.5 GB, 1476529225728 bytes
25...
分类:
其他好文 时间:
2014-08-21 19:22:54
阅读次数:
215
关于CRS自动重启实验
一.检查ASM
[root@rac1 ~]# /etc/init.d/oracleasm status
Checking if ASM is loaded: yes
Checking if /dev/oracleasm is mounted: yes
[root@rac1 ~]# /etc/init.d/oracleasm listdisks
ASM01...
分类:
其他好文 时间:
2014-08-21 17:17:24
阅读次数:
315
p { overflow: hidden; white-space: normal; height: 3em; text-overflow:ellipsis; }除了css属性,通过js实现(通过从后向前逐个删除末尾字符,直至元素的高度小于父元素高度)$(".figcaption").each(fu...
分类:
其他好文 时间:
2014-08-21 16:45:34
阅读次数:
183
两者的区别:Unicode规范中有一个BOM的概念。BOM——Byte Order Mark,就是字节序标记。在这里找到一段关于BOM的说明:在UCS 编码中有一个叫做"ZERO WIDTH NO-BREAK SPACE"的字符,它的编码是FEFF。而FFFE在UCS中是不存在的字符,所以不应该出现...
分类:
其他好文 时间:
2014-08-21 16:41:14
阅读次数:
177
#fdisk命令:磁盘分区工具fdisk–l:查看机器所挂硬盘个数及分区情况[root@VM_168_102_centos~]#fdisk-l
Disk/dev/xvda:8589MB,8589934592bytes
255heads,63sectors/track,1044cylinders
Units=cylindersof16065*512=8225280bytes
Sectorsize(logical/physical):512bytes/512..
分类:
系统相关 时间:
2014-08-21 15:16:05
阅读次数:
370