Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: HELP ME!! BACKUP WITH EXP COMMAND
Export table with **QUERY** option.
EXP USERNAME/PASSWD file=MOUSE.dmp table=MOUSE QUERY="where ID > 3"
-Christine-
"PLUTO" <marco.accardi_at_libero.it> wrote in message news:<2uegm8F29lna2U1_at_uni-berlin.de>...
> 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???
> Thank's!!
> Help me!
Received on Mon Nov 01 2004 - 23:41:17 CST
![]() |
![]() |