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: Exporting data from Oracle

Re: Exporting data from Oracle

From: Christian Bär <c.baer_at_t-online.de>
Date: 2000/04/27
Message-ID: <3908B7B6.5E812415@t-online.de>#1/1

Yaroslav Perventsev schrieb:
>
> One way to do this:
> create table new_table as select * from old_table
>

and then

drop old_table;
rename new_table to old_table;

Ciao, Christian

> chrisjlewis_at_my-deja.com ÐÉÛÅÔ × ÓÏÏÂÝÅÎÉÉ <8e2lqp$kb4$1_at_nnrp1.deja.com> ...
> >Hi,
> >
> >I'm fairly new to Oracle, and was wondering what the best way is to export
> >data from a table that needs to be re-created. I know in Sybase one can do
 a
> >"data dump", re-create the table, and then import the data back in. What's
> >the best way to do this in Oracle?
> >
> >Thanks,
> >Chris
> >
> >
> >Sent via Deja.com http://www.deja.com/
> >Before you buy.
Received on Thu Apr 27 2000 - 00:00:00 CDT

Original text of this message

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