楼主是在服务器上EXP的吗!?
试试在服务器上EXP,应该不会有此问题出现

解决方案 »

  1.   

    应该是数据库没有建立数据字典哦。
    运行脚本catalog.sql ,在$ORACLE_HOME/ora90/rdbms/下哦。
      

  2.   

    我这里有一个很好的数据库集成工具,能够实现不同数据库之间的转移同步,传输,你如果有兴趣的话可以和我联系:MSN [email protected]
      

  3.   

    用下面的代码试一下
    exp userid = ehtemp/ehtemp@localdev LOG=exp_dev_ehtemp.log
    compress=n
    buffer=10000000
    file=G:\exp\localdev\exp_dev_ehtemp.DMP
    grants=Y
    indexes=Y
    rows=Y
    constraints=Y
    owner=ehtemp;imp userid = ehtemp/ehtemp@dev
    LOG=imp_dev_ehtemp.log
    buffer=10000000
    file=G:\exp\localdev\exp_dev_ehtemp.DMP
    grants=Y
    indexes=Y
    rows=Y
    Commit=Y 
    Ignore=N 
    constraints=Y;