Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Export/Import Data Only

Re: Export/Import Data Only

From: Chris Bigenwald <cjb3701_at_rit.edu>
Date: 1998/03/31
Message-ID: <3521a0ae.0@isc-newsserver.isc.rit.edu>#1/1

Don Mark wrote in message <35200BBE.1927_at_telis.org>...
>What is the SQL syntax to 1) export and 2) import just the **data** of a
>table?

  1. Pre-create the (empty) table first: CREATE TABLE mytable......
  2. import with ignore=y: IMP USER/PASSWORD TABLE=mytable IGNORE=Y

Chris Bigenwald Received on Tue Mar 31 1998 - 00:00:00 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US