[oracle@PD009 ~]$ oerr ora 257 00257, 00000, "Archiver error. Connect AS SYSDBA only until resolved."// *Cause: The archiver process received an error while trying to archive // a redo log. If the problem is not resolved soon, the database // will stop executing...
[oracle@PD009 ~]$ oerr ora 22813 22813, 00000, "operand value exceeds system limits"// *Cause: Object or Collection value was too large. The size of the value // might have exceeded 30k in a SORT context, or the size might be // too big for available memory./...
10、 删除与Oracle有关的文件,选择Oracle所在的缺省目录C:\Oracle,删 除这个入口目录及所有子目录,并从C:\WINDOWS下删除以下文件ORACLE.INI、 oradim73.INI、oradim80.INI、oraodbc.ini等等。参考资料:http://hi.baidu.com/marrensy/blog/item/b97b560c41b34cf009fa9371.html 很多朋友只用了oracl...
[oracle@PD009 ~]$ oerr ora 1114 01114, 00000, "IO error writing block to file %s (block # %s)"// *Cause: The device on which the file resides is probably offline. If the // file is a temporary file, then it is also possible that the device // has run out ...
都不会引起错误。 5、可能没有完全正确安装apache服务,且启动了它的原故; 把服务中的 OracleOraHomeXXHTTPServer改成停止 6、应用程序没有检查内存分配失败 程序需要一块内存用以保存数据时,就需要调用操作系统提供的“功能函数”来申请,如果内存分配成功,函数就会将所新开辟的内存区地址返回给应用程序,应用程序就...