查一下imp,exp的help看看吧,那有詳細的說明.

解决方案 »

  1.   

    fromuser = 以前的用户名 touser = pixel
      

  2.   

    imp pixel/pixel@database fromuser=    touser=    ,full=y, ignore=y, file=
      

  3.   

    仔细看看创建过程
    表空间有没有创建啊再试试这个:
    Imp system/manager file=e:\new.dmp fromuser=pixel touser=pixel log=imppixel.log commit=y
      

  4.   

    1、CREATE USER pixel 
        IDENTIFIED BY pixel
        DEFAULT TABLESPACE tbspacename;
    2、grant DBA to pixel;3、imp username/userpass@service file=filename fromsuer=olduser touser=newuser full=y ignore=y
      

  5.   

    我用这样的sql语句也是不行 $imp system/manager@myoracle file=e:\new.dmp fromsuer=cai touser=system full=y ignore=y;
      

  6.   

    你用8i客户端导出的,就用8i客户端导入,9i的就用9i
    我试过9i不同版本导入导出还有问题
      

  7.   

    imp pixel/pixel@全局数据库名 file=e:\new.dmp full=y