exp80 userid=user/pwd@server tables=text file=d:\t.dmp,
用sqlplus userid=user/pwd@server可以登录

解决方案 »

  1.   

    sqlplus user/pwd@server 可以登录
      

  2.   

    用exp80 help=y也会出现:
    Message 206 not found; No message file for product=RDBMS80, facility=EXP: Release 8.05.0.0 - Production on 星期二 12月 16:00:00 2003 (c) Copyright 1998 OracleInvalid format of Export utility name Verify that ORACLE_HOME is properly set Export terminated unsuccessfully EXP-00000: Message 0 not found; No message file product=RDBMS80,facility=EXP
      

  3.   

    try:
    c:> exp80 (回车)   --逐步执行
      

  4.   

    exp80 (回车) ,出现:
    Message 206 not found; No message file for product=RDBMS80, facility=EXP: Release 8.05.0.0 - Production on 星期二 12月 16:00:00 2003 (c) Copyright 1998 OracleInvalid format of Export utility name Verify that ORACLE_HOME is properly set Export terminated unsuccessfully EXP-00000: Message 0 not found; No message file product=RDBMS80,facility=EXP
      

  5.   

    没有exp80这个命令,Oracle8.0.5 用的是exp命令,到$ORACLE_HOME/bin下看看exp命令是否在此,或者直接查找exp
      

  6.   

    try:
    d:> exp80  (回车 或exp)   --逐步执行
      

  7.   

    无exp,只有exp80,d:>exp80回车,就出现:
    Message 206 not found; No message file for product=RDBMS80, facility=EXP: Release 8.05.0.0 - Production on 星期二 12月 16:00:00 2003 (c) Copyright 1998 OracleInvalid format of Export utility name Verify that ORACLE_HOME is properly set Export terminated unsuccessfully EXP-00000: Message 0 not found; No message file product=RDBMS80,facility=EXP
      

  8.   

    服务器端的ORACLE 是什么版本的
      

  9.   

    首先,将oracle的服务都检查一下,看看关键的服务是不是没有启动
    其次,将exp8的路径和文件路径写正确。
      

  10.   

    1,可能是你的exp80有问题,到其他计算机上考一个覆盖。
    2,你的服务端数据库没有装载。
      

  11.   

    你的EXP HELP 看看。
    你的exp80 user/pwd@server file=d:\t.dmp;
    tables=text 不对。