Cause:This is a catchall internal error message for Oracle program exceptions.It indicates that a process has met a low-level,unexpected condition.Various causes of this message include:
Time-outs(超時)
File corruption(文件太老)
Failed data checks in memory(內(nèi)存檢索失?。?
Hardware,memory,or I/O errors(硬件、內(nèi)存或者磁盤錯誤)
Incorrectly restored files(錯誤的重建文件)
ORA-03113:end-of-file on communication channel
產(chǎn)生原因:通訊不正常結(jié)束,從而導致通訊通道終止
解決方法:1$#@62;.檢查是否有服進程不正常死機,可從alert.log得知
2$#@62;.檢查sql*Net Driver是否連接到ORACLE可執(zhí)行程序
3$#@62;.檢查服務器網(wǎng)絡是否正常,如網(wǎng)絡不通或不穩(wěn)定等
4$#@62;.檢查同一個網(wǎng)上是 辛礁鐾值慕詰?
5$#@62;.檢查同一個網(wǎng)上是否有重復的IP地址
相應的英文如下:
Cause:An unexpected end-of-file was processed on the communication channel.The problem could not be handled by the Net8,two task,software.This message could occur if the shadow two-task process associated with a Net8 connect has terminated abnormally,or if there is a physical failure of the interprocess communication vehicle,that is,the network or server machine went down.
Action:If this message occurs during a commection attempt,check the setup files for the appropriate Net8 driver and confirm Net8 software is correctly installed on the server.If the message occurs after a connection is well established,and the error is not due to a physical failure,check if a trace file was generated on the server at failure time.Existence of a trace file may suggest an Oracle internal error that requires the assistance of customer support.
Cause:The table or view entered does not exist,a synonym that is jnot allowed here was used,or a view was referenced where a table is required.Existing user tables and views can be listed by querying the data dictionary.Certain privileges may required to access the table.If an application retur
[1] [2] [3] 下一頁
正在看的ORACLE教程是:ORACLE常見錯誤代碼的分析與解決三。ned this message,the table the application tried to access does not exist in the database,or the application does not have access to it.
Action:Check each of the following:
The spelling of the table or view name.
That a view is not specified where a table is required
That an existing table or view name exists.
Contact the database administrator if the table needs to be created or if user or application priviledes are required to access the table.
Also, if attempting to access a table or view in another schema,make certain thecorrect schema is referenced and that access to the object is granted.
ORA-01598:rollback segment “name” is not online
Cause:The rollback segment was taken offline either manually or by SMON.
Action:Check the status of the rollback segment in DBA_ROLLBACK_SEGS.
ORA-1636: rollback segment “name” is already online
Cause:A rollback segment can only be used by one instance and an instance is trying to bring a rollback segment online that is already in use.
Action:Check that the values set in the initialization parameter file for parameters ROLLBACK_SEGMENTS,ROLLBACK_SEGMENT_INITIAL,and ROLLBACK_SEGMENT_COUNT are correctly set for the instance whiththe problem,Also check that the instance is using the correct initialization parameter file.Make sure you are not confused about the difference between private and public rollback segments.See the Oracle8 Server Administrator's Guide for more information about using rollback segments in paraller mode.