DBAsupport.com Forums - Powered by vBulletin
Results 1 to 4 of 4

Thread: Export & Import

  1. #1
    Join Date
    Sep 2000
    Location
    VA
    Posts
    343

    Hi all,

    How do I export and import one single table from one server to another. I am using Oracle 8.1.6 on Solaris.

    Thanks for any help.


  2. #2
    Join Date
    Nov 2000
    Location
    greenwich.ct.us
    Posts
    9,092
    1. exp owner/password file=exp.dmp tables=xyz
    2. ftp file in binary mode to new server
    3. imp owner/password file=exp.dmp full=y
    Jeff Hunter

  3. #3
    Join Date
    Feb 2001
    Posts
    17
    Hi,

    The first reply posted conforms your requirement.
    Additionally you can also try using the COPY command.
    Ramki

  4. #4
    Join Date
    Mar 2000
    Location
    india
    Posts
    54
    If the table is already created in the target server use the option
    ignore=y in the import command

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width