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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Help me please!EXP command for backup

Re: Help me please!EXP command for backup

From: tojo <Tojo_at_hotmail.com>
Date: Fri, 29 Oct 2004 12:51:41 +0200
Message-ID: <MPG.1bec3f28d0fd7204989702@news.t-online.de>


In article <2uegi6F28tc7nU1_at_uni-berlin.de>, marco.accardi_at_libero.it says...
> Hi,
> Sorry for my english!
> I'have a big problem!
> I must carry out the backup of one database!
> I have a table...
> I must use exp command...
> But i want to save only some rows of the table.
> How can i do?
> For example:
> I have a db with only one table (only for example ;-p)
> The table name is "MOUSE"..
> MOUSE have 2 column: ID(key),NAME
> MOUSE have 5 rows:
> ID | NAME
> ------------------------
> 1 | jeffrey
> 2 | rome
> 3 | tom
> 4 | george
> 5 | new york
>
> I want backup with the exp command this table but only the rows with
> MOUSE.ID>3!!!!
> How can i do???

Type "exp help=y" to get available parameters for EXP.

Then use tables and query parameters:

exp ... tables=mouse query=\"where id>3\"

Received on Fri Oct 29 2004 - 05:51:41 CDT

Original text of this message

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