今天要把测试环境DB的数据更新成最新Production环境的数据,期间发生了一些问题:1.首先从正式环境exp出想要用户的dmp档2.drop掉测试环境底下相应用户3.create测试环境底下相应用户4.imp
正式环境导出的dmp档5.在测试环境底下explain plan sql时报:ORA-...
分类:
其他好文 时间:
2014-05-17 00:26:59
阅读次数:
263
转自:http://blog.csdn.net/zlpdaisy/article/details/6134314用Runtime.getRuntime().exec()方法执行Linux的一个Shell脚本时,报Cannot
run program "./script/abc.sh": java.i...
分类:
编程语言 时间:
2014-05-16 20:18:10
阅读次数:
765
应用程序连接测试数据库时报ORA-12516:TNS:listener could not find
available handler with matching protocol stack 检查监听日志文件,发现大量的TNS-12516错误 cd
/u01/app/oracle/product...
分类:
其他好文 时间:
2014-05-16 18:23:03
阅读次数:
247
1.ORACLE软件安装到86%时报错,图忘截了。日志如下:
/oracle/u01/app/oracle/product/11.2.0/
INFO: db_1/lib/sysliblist` -R /opt/SUNWcluster/lib -R/export/home/oracle/u01/app/oracle/product/11.2.0/db_1/lib -R /opt/ORCLcl...
分类:
数据库 时间:
2014-05-15 05:00:12
阅读次数:
334
当在oc中调用c++中的方法时,发现说c++中的方法没定义或是找不到Undefined symbols
for architecture i386: "_desTYData", referenced from: -[TuYoo
encryptParametersWithDict:] in...
分类:
编程语言 时间:
2014-05-14 22:21:09
阅读次数:
312
undefinemysql_get_client_info错误解决方法:安装mysql对应的依赖包,重新geminstallmysql2
分类:
数据库 时间:
2014-05-14 16:40:23
阅读次数:
376
RT,使用eclipse导入项目时 报
No marketplace entries found to handle yuicompressor maven plugin:1.3.0:compile in Eclipse. Please see Help for more information
我认为同事说的很对,
eclipse是面向插件的,maven插件m2ecli...
分类:
其他好文 时间:
2014-05-12 15:23:26
阅读次数:
333
The server encountered an internal error that
prevented it from fulfilling this
request.org.springframework.http.converter.HttpMessageNotWritableExcep...
分类:
Web程序 时间:
2014-05-11 04:32:24
阅读次数:
1292
尽管 Reporting Services 可使用所有可用内存,但您可以通过为分配给
Reporting Services
服务器应用程序的内存资源总量配置上限来覆盖默认行为。此外,您还可以设置阈值,以便报表服务器根据内存压力(低、中或高)来更改其排列请求优先级和处理请求的方式。在内存压力较低时,报...
分类:
其他好文 时间:
2014-05-10 08:03:16
阅读次数:
330
在对中TextView setText 覆值int
时报错,网上查下原因是setText整型表明是设值R.id.xxx,当然找不到。解决方法是将int转化为string,用String.valueOf(xxx)
分类:
移动开发 时间:
2014-05-10 07:21:28
阅读次数:
361