使用exp导出:
   exp  tables=<table_name> 
使用imp导入
   imp  tables=<table_name>
可以多个表;

解决方案 »

  1.   

    原主机上:
    exp system/system_password owner=你想导出的用户1,用户2... file=filename log=logname
    目标主机上:
    imp system/system_password fromuser=你导出的用户名1,用户2...   touser=你要导入的用户名1,用户2...  file=filename log=logname
    (注意,imp时,fromuser和touser的顺序是一一对应的)
      

  2.   

    楼上两位都说了,如果不通可以试试我的
    exp username/password@sid

    imp username/password@sid
    然后一步步按提示走就行了。
      

  3.   

    我同意beckhambobo(beckham) 的。
      

  4.   

    我说的是在jsp中自动完成,怎么调用imp,exp啊?
    statment好像不行?或者调用dos下面的imp,exp也行怎么执行?
      

  5.   

    exp
    imp
    或在管理器中导入