oracle 9i在哪个工具中执行exp命令? 
是在sqlplus中吗? 不行. 
请告诉我.

解决方案 »

  1.   

    清单 23. Oracle exp 的语法exp keyword=value [,keyword=value,...]  where keywords areUSERID      username/password            BUFFER     size of data buffer
    FILE        input files (EXPDAT.DMP)     COMPRESS   import into one extent (Y)
    IGNORE      ignore create errors (N)     GRANTS     import grants (Y)
    INDEXES     import indexes (Y)           DIRECT     direct path (N)
    ROWS        import data rows (Y)         CONSISTENT cross-table consistency(N)
    LOG         log file of screen output    FULL         import entire file (N)
    OWNER       list of owner usernames      TABLES       list of table names
    INCTYPE     incremental import type      RECORDLENGTH length of IO record 
    RECORD      track incr. export (Y)       TRIGGERS     export triggers (Y)
    STATISTICS  analyze objects (ESTIMATE)   PARFILE      parameter filename
    CONSTRAINTS import constraints (Y)
      

  2.   

    ..exp和imp都是一个程序,在ORACLE目录下的BIN里
      

  3.   

    window操作系统下,在“开始”-》“运行”-》输入“cmd”-》命令行直接输入exp,回车,按照提示继续操作就可以了