exp 错误,请大虾们救命!!!
1。在下面的导出数据时提示ORDERS表的row 207105错误,这个207105不是表中的字段的值。而是机器给出的行号。能否用SQL找到这条记录并删除。
2。医院管理系统中,出现异常现象。
在完全导出数据库时,出现以下信息。
. . exporting table ORDERS
EXP-00015: error on row 207105 of table ORDERS, column PATIENT_ID, datatype 1
EXP-00001: data field truncation - column length=10, buffer size=10 actual size=164
EXP-00034: error on rowid: file# 0 block# 0 slot# 0
. . exporting table ORDERS_COSTS
EXP-00008: ORACLE error 3113 encountered
ORA-03113: end-of-file on communication channel
EXP-00008: ORACLE error 3114 encountered
ORA-03114: not connected to ORACLE
EXP-00000: Export terminated unsuccessfully