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: Yaroslav Perventsev <p_yaroslav_at_cnt.ru>
Date: 2000/04/26
Message-ID: <8e6rbn$3dt$1@news247.cnt.ru>#1/1

One way to do this:
create table new_table as select * from old_table

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 Wed Apr 26 2000 - 00:00:00 CDT

Original text of this message

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