系统环境:CentOS release 6.7 (Final)Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit 操作过程: 1、添加数据文件或者创建表空间时,误操作将路径指定为单节点本地 SQL> alter tabl ...
分类:
数据库 时间:
2017-09-16 20:42:57
阅读次数:
230
ORA-16009错误处理 问题描述: 主备在做Switchover切换时,在切换后的备库报如下错误: Wed Jul 22 04:49:02 2015 Errors in file /u01/app/oracle/admin/orcl/bdump/orcl_arc0_8755.trc: ORA-1 ...
分类:
数据库 时间:
2017-09-15 23:48:01
阅读次数:
276
打开alert日志发现如下错误信息 Errors in file /oracle/app/oracle/admin/hncdfhq/bdump/hncdfhq_arc0_45285882.trc: ORA-19504: failed to create file "/oradata2/arch/1_ ...
分类:
其他好文 时间:
2017-09-15 23:43:52
阅读次数:
234
安装环境支持 Microsoft Visual C++ 2012 net framework 4.5 php配置 precision = 20 serialize_precision = 100 max_input_vars = 2500 error_log = "/logs/php_errors. ...
这篇文章主要是对Eclipse去除js(JavaScript)验证错误进行了介绍。在Eclipse中,js文件常常会报错。可以通过如下几个步骤解决 第一步: 去除eclipse的JS验证: 将windows->preference->Java Script->Validator->Errors/Wa ...
分类:
编程语言 时间:
2017-09-15 12:11:03
阅读次数:
225
之前nginx可以正常启动的,后来为了测试方便,就增加多了一些域名也都转向到相同的upstream里面,启动不起来。去logs/errors.log查看,发现如下字样:couldnotbuildtheserver_names_hash,youshouldincreaseserver_names_hash_bucket_size:32原来是由于增加多域名后,在默认大小..
分类:
其他好文 时间:
2017-09-14 18:34:58
阅读次数:
150
Java Code Examples for com.sun.jdi.VirtualMachineManager https://www.programcreek.com/java-api-examples/index.php?api=com.sun.jdi.VirtualMachineManage ...
分类:
系统相关 时间:
2017-09-11 19:34:17
阅读次数:
298
#添加学生信息INSERT INTO student VALUES('108','曾华','男','1977-09-01','95033'); 在mysql中插入上面一条信息数据,mysql出现下面错误 1 queries executed, 0 success, 1 errors, 0 warni ...
分类:
数据库 时间:
2017-09-08 13:37:08
阅读次数:
333
文件的操作介绍 文件打开的方法 主要有两种: no with 格式:open(file, mode='r', buffering=-1, encoding=None, errors=None, newline=None, closefd=True, opener=None) 常用:variable ...
分类:
编程语言 时间:
2017-09-08 00:09:32
阅读次数:
276
Text Sequence Type — str(immutable) class str(object='') class str(object=b'', encoding='utf-8', errors='strict') Return a string version of object. I ...
分类:
编程语言 时间:
2017-09-07 20:26:14
阅读次数:
257