码迷,mamicode.com
首页 >  
搜索关键字:insufficient    ( 123个结果
Oracle Grid 11.2.0.4 安装是出现"INS-30510: Insufficient number of ASM disks selected."
错误的原因是由于磁盘数和冗余层级不匹配:如果创建用来存放OCR和VOTEDISK的ASM磁盘组,那么External、Normal、High三种冗余级别对应的Failgroup个数是1、3、5。也就是说,创建这三种冗余级别的磁盘组至少分别需要1、3、5个ASM磁盘。如果创建用于非OCR和VOTEDI...
分类:数据库   时间:2014-08-11 20:34:02    阅读次数:856
Fix: When installing msi, custom action about deleting registy key does not work
Problem description: The problem may happen when UAC is enabled, it is usually because of the insufficient right to delete the registry key. Solution:...
分类:其他好文   时间:2014-08-07 18:51:20    阅读次数:371
There is insufficient memory for the Java Runtime Environment to continue问题解决
在linux系统下长时间进行性能测试,连续几次发现服务器假死无法连接上的情况,无奈只能重启服务器。在测试路径下发现hs_err_pid17285.log文件,打开文件查看其主要内容如下:# There is insufficient memory for the Java Runtime Environment to continue.# Cannot create GC thread. Out...
分类:编程语言   时间:2014-07-31 23:57:00    阅读次数:641
监听报错 TNS-00525: Insufficient privilege for operation 11gR2 + 连接报错ORA-12537: TNS:connection closed
1.TNS-00525: Insufficient privilege for operationStarted with pid=30869Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=ora11g)(PORT=1521)))Err...
分类:其他好文   时间:2014-07-12 13:27:00    阅读次数:187
CentOS安装libpcap
1.安装GCC: yum -y install gcc-c++2.安装flex: yum -y install flex 没有flex,直接安装libpcap会提示"Your operating system's lex is insufficient to compile libpcap"错误;3...
分类:其他好文   时间:2014-07-03 12:55:49    阅读次数:1713
ORA-01039
Execution Plan----------------------------------------------------------ERROR:ORA-01039: insufficient privileges on underlying objects of the viewSP2-...
分类:其他好文   时间:2014-07-01 19:43:46    阅读次数:298
oracle 10g升级cluster失败
今天升级一个10g的集群环境到10.2.0.5,网上下载补丁包p8202632_10205_Linux-x86-64.zip,解压后安装执行,中途报错: I/O ERROR cannt reading or opening file in /tmp/...../temp52 网上查资料如下: 根据MOS的说明,导致这个错误可能有如下原因: a) Insufficient f...
分类:数据库   时间:2014-06-27 09:06:41    阅读次数:267
android 常见错误集锦
1、用Eclipse安装APP程序时,报Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE错误,也就是说内存不够用引起的,解决办法有如下两种: a、把手机内的没用安装包清掉一些,或者卸载一些没用的APP,腾出足够的内存,然后在进行安装; ....
分类:移动开发   时间:2014-06-18 16:58:18    阅读次数:220
如何查看通过系统命令查看ORA错误信息?
比如直接查看ORA-01031错误gaosheng-> oerr ora 0103101031, 00000, "insufficient privileges"// *Cause: An attempt was made to change the current username or pass...
分类:其他好文   时间:2014-06-18 09:19:08    阅读次数:210
安装Tortoise SVN出现权限问题
提示 the installer has insufficient privileges to modify the this file:c:\windows\system32\MSVCR110.DLL解决方案此时进入C:\Windows\System32\目录,修改msvcr110.dll的权限,...
分类:其他好文   时间:2014-06-12 21:25:31    阅读次数:1125
123条   上一页 1 ... 10 11 12 13 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!