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: Al <al_at_work>
Date: 1998/04/02
Message-ID: <6g0md1$14r6@piper.ncr.pwgsc.gc.ca>#1/1

You can export CONSTRAINTS=N, GRANTS=N.
You can import INDEXES=N, GRANTS=N, IGNORE=Y

If the export contains CONSTRAINTS, then your import will always import them.

If the export contains TRIGGERS, then your import will always import them. There is no way to export without TRIGGERS.

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?
>
>Thanks, Don
Received on Thu Apr 02 1998 - 00:00:00 CST

Original text of this message

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