1。exp system/aa@bb file=outfile full=y
连接到: Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production
With the OLAP and Oracle Data Mining options
JServer Release 9.2.0.1.0 - Production
已导出 ZHS16GBK 字符集和 AL16UTF16 NCHAR 字符集即将导出指定的用户...
. 正在导出 pre-schema 过程对象和操作
EXP-00008: 遇到 ORACLE 错误 3113
ORA-03113: 通信通道的文件结束
EXP-00008: 遇到 ORACLE 错误 1041
ORA-01041: 内部错误,hostdef 扩展名不存在
EXP-00000: 导出终止失败2。在删除用户时出现下列的错误:
VBO-5530:无法删除用户。ORA-03113通信通道的文件结束数据库运行了一年多发现出现了上述两种错误,不知哪位大侠能帮帮忙!

解决方案 »

  1.   

    03113,经典ORA-之一。你是在警告日志里发现的?能否提供更详细的信息,比如日志上下文。
      

  2.   

    尝试下如下办法:
    sqlplus /nologSQL>shutdown immediate
    SQL>startup migrate
    SQL>@D:\oracle\ora92\rdbms\admin\catpatch.sql其中D:\oracle\ora92替换为你的ORACLE_HOME目录。
      

  3.   

    我查了可能是第1问题引起的,可能是ORACLR9I数据库的问题,能提供第1问题的解决方法吗?
      

  4.   

    你不试试怎么知道确切原因?
    ORA-03113可能性太多了。你可以按照网上资料逐一排除。
      

  5.   

    Export Backup With Full=Y Fails with ORA-03113 [ID 758864.1]Oracle Server - Enterprise Edition - Version: 9.2.0.1
    This problem can occur on any platform.
    To resolve the problem, perform the following:SQL> shutdown immediate 
    SQL> Startup migrate 
    SQL> Spool catpatch.txt 
    SQL> @?/rdbms/admin/catpatch.sql  
    SQL> spool off 
    SQL> @?/rdbms/admin/utlrp.sql 
    SQL> @?/rdbms/admin/utlrp.sql  (This has to be run twice to validate objects with dependencies).
    SQL> shutdown immediate 
    SQL> startup After this Export should run fine without errors.
    以上为metalink的一篇文章,你先试试。
      

  6.   

     exp aa/aa@aa file=d:\\aa.dmp