代码改变世界

阅读排行榜

configure: error: png.h not found.

2015-08-25 17:33 by abce, 2449 阅读, 收藏,
摘要: PHP的时候提示这个错误 configure: error: png.h not found.,这个是选择安装GD模块才会出现的错误,详细错误信息如下 If configure fails try --with-vpx-dir=<DIR> If configure fails try --with- 阅读全文

安装GRID时跑root.sh脚本报错(ORA-27091: unable to queue I/O)

2016-07-28 13:06 by abce, 2432 阅读, 收藏,
摘要: 在安装GRID过程中,运行root.sh脚本时报如下信息: google中有人遇到类似的错误,原因是: Diskgroup is succesfully created, root.sh fails at generating the OCR keys when invoking ocrconfig 阅读全文

11G新特性 -- 分区表和增量统计信息

2015-08-13 13:19 by abce, 2424 阅读, 收藏,
摘要: 对于分区表,优化器会在全局级别为整个表维护一份统计信息,也会在分区级别为分区表维护一份统计信息。 对于大多数分区,dml一般都是在最近的分区上执行。在11g中,数据库支持只对那些发生一定数据变化的分区收集统计信息(默认的threshold是分区的10%的行) 11g之前,数据库为了获得global统 阅读全文

12C配置EM Express的https端口

2017-02-07 12:33 by abce, 2419 阅读, 收藏,
摘要: 1.启动监听并查看监听信息 2.如果监听不是使用用默认端口1521,需要在初始化参数文件中添加参数local_listener,以便https端口能够注册到监听 这里的listener_db12就是在tnsnames.ora文件中的配置信息,指向正确的监听端口 3.配置dispatchers参数 4 阅读全文

WARNING: The host 'r6' could not be looked up with /usr/local/mysql/bin/resolveip.

2015-12-19 23:41 by abce, 2408 阅读, 收藏,
摘要: 初始化MySQL数据库提示以下信息: 解决办法: 查看hosts文件: 添加IP和主机名: 然后重新初始化! 阅读全文
上一页 1 ··· 30 31 32 33 34 35 36 37 38 ··· 246 下一页