To execute a table mode export:exp username/password tables=table1,table2,table3 … file=export_file_name To execute a user mode export:exp username/password owner=schema_name file=export_file_nameTo export only the data definitions without the data:exp username/password owner=schema_name rows=n file=export_file_nameTo export a users objects but not the grants to those objects:exp username/password owner=schema_name  grants=n file=export_file_name

解决方案 »

  1.   

    命令提示符
    c:\>exp system/password@cp2003 owner=cp01 file=d:\expdb_user\cp01_Exp.dmp log=d:\expdb_user\cp01_Exp.log
    c:\>imp system/password@cp2003 file=d:\expdb_user\cp01_Exp.dmp log=d:\expdb_user\cp01_imp.log fromusr=cp01 touser=cp02 buffer=64000 commit =y
      

  2.   

    IMP  USERID=AULT/AUTHOR 
    IGNORE=Y 
    TABLES=(EXPENSES, ADVANCES) 
    FULL=N
      

  3.   

    我用的是2000的perfession,是不是没有这个命令呀!我的sqlplus可以用呀,怎么在命令提示副里不能用?
      

  4.   

    首先,你要确定你安装oracle客户端或服务端时有没有安装这个组件。客户端的最小化安装是不装此组件的。
    然后,你再在command窗口,运行exp或imp。
    试试去吧
      

  5.   

    是命令提示符
    安装oracle时安装的
      

  6.   

    WORKING in DOS Commandcmd
      

  7.   

    你是在客户端运行吧,记得装客户端时用administrator安装,不能用runable安装。
    imp和exp 在DOS命令行下运行