??
ORACLE编译失效对象
数据库对象失效原因
数据库对象失效的原因很多,下面大致归纳了一些常见的原因:
1: 当被引用对象的结构变更时,都会使得相关的依赖对象转变为INVALID状态。
数据库中的对象(存储过程,函数,包,视图,触发器),它们往往需要直接或者间接的引用其它对象,对象的依赖包括直接和间接二种,其中直接依赖是指存储对象直接依赖于被引用对象,而间接依赖是指对象...
分类:
数据库 时间:
2014-09-27 18:02:00
阅读次数:
363
[Line 1 in XML document from class path resource [xxx.properties] is invalid; nested exception is org.xml.sax.SAXParseException; lineNumber: 1; column...
分类:
编程语言 时间:
2014-09-27 14:32:09
阅读次数:
185
在mac 下安装好xampp后,需要在终端命令行操作时,比如输入:mysql -u root -p,未正确配置前不会出现想要的输入密码提示,而是会提示:command not found原来当你输入命令的时间,系统会在/usr/bin这个位置里寻找你输入的命令,如果你没有把命令引入到这个位置,无论....
分类:
数据库 时间:
2014-09-27 10:02:39
阅读次数:
210
DescriptionIn the two-player game "Two Ends", an even number of cards is laid out in a row. On each card, face up, is written a positive integer. Play...
分类:
其他好文 时间:
2014-09-27 00:10:38
阅读次数:
444
ERROR ITMS-9000:”invalid pre release train the train version ‘2.0’is closed for new build submissions”...
分类:
其他好文 时间:
2014-09-26 23:26:08
阅读次数:
1016
在遇到以下问题时:
imaqhwinfo
警告: No Image Acquisition adaptors found. Image acquisition adaptors may be available as downloadable support packages. Open Support
Package Installer to install additio...
分类:
其他好文 时间:
2014-09-26 20:17:18
阅读次数:
172
Query failed: ERROR: invalid byte sequence for encoding "UTF8": 0xe99d2c
原因是客户端字符集和插入内容的字符集不匹配。PostgreSQL默认不做字符集转换,如果数据库是UTF8的字符集,一般终端的中文字符集会设置为GBK(可以看LANG环境变量确认),所以这个编码不经转换的存入数据库中,而数据库是UTF8的,Po...
分类:
其他好文 时间:
2014-09-26 19:06:48
阅读次数:
208
At first, i prepared to go through 《the introduction to algorithm》 ,however , i found some part of the book is difficult to understand; what’s more , ...
分类:
其他好文 时间:
2014-09-26 18:17:38
阅读次数:
249
问题: 在centos5.8上安装PHP软件包时,提示“configure:error:no acceptable cc found in $path”。 原因: 这是缺少GCC编译器造成的,安装即可。 解决办法: 找到gcc的rpm包,安装即可。或者使用yum命令安装: ...
分类:
Web程序 时间:
2014-09-26 12:58:29
阅读次数:
219
The full path to the file is ‘/etc/postfix/main.cf‘ Just add or modify your hostname and restart the postfix service by running ‘service postfix restart‘. Please note mydomain.net. is an invalid ho...
分类:
其他好文 时间:
2014-09-26 12:24:59
阅读次数:
614