"ALTER TABLE "INTERVIEW" ENABLE CONSTRAINT "INTERVIEW_RESOURCE_FK""
 "ALTER TABLE "JOB_DESC" ENABLE CONSTRAINT "JOB_DESC_BADGE_FK""
 "ALTER TABLE "JOB_DESC" ENABLE CONSTRAINT "JOB_DESC_JOB_FK""
 "ALTER TABLE "LABOR_INS_HISTORY" ENABLE CONSTRAINT "LABINS_HIS_LAB_INS_FK""
 "ALTER TABLE "LABOR_INS_HISTORY" ENABLE CONSTRAINT "LABINS_HIS_BADGE_FK""
Import terminated successfully without warnings.这个是最后的结果  但是我怎么找不到 我导入的那些表呢  。

解决方案 »

  1.   

    为什么不直接写呢:exp system/manager@database full=y file=d:\full.dmp log=d:\full.log
      

  2.   

    为什么不直接写呢:exp system/manager@database full=y file=d:\full.dmp log=d:\full.log
      

  3.   

    我把导入作了个log 里面全部是错误IMP-00017: following statement failed with ORACLE error 1119:
     "CREATE TABLESPACE "USER_DATA" DATAFILE  'D:\ORADATA\MERP\USR1MERP.ORA' SIZE"
     " 529530880       AUTOEXTEND ON NEXT 5242880  MAXSIZE 33554416K DEFAULT STOR"
     "AGE (INITIAL 40960 NEXT 40960 MINEXTENTS 1 MAXEXTENTS 505 PCTINCREASE 50) O"
     "NLINE PERMANENT"ps:我D盘是光驱IMP-00003: ORACLE error 1119 encountered
    ORA-01119: error in creating database file 'D:\ORADATA\MERP\USR1MERP.ORA'
    ORA-27040: skgfrcre: create error, unable to create file
    OSD-04002: unable to open fileORA-01925: maximum of 30 enabled roles exceededUsername:IMP-00003: ORACLE error 959 encountered
    ORA-00959: tablespace 'USER_DATA' does not exist
    IMP-00015: following statement failed because the object already exists:
     "CREATE ROLE "SELECT_CATALOG_ROLE""
      

  4.   

    imp system/manager@orcl  file=d:\full.dmp fromuser=aaa touser=bbb
    aaa:为导出该文件的用户名
    bbb:导入的目标用户名