Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle data export
christopher.lewis_at_ac.com wrote:
> I'm fairly new to Oracle and was wondering about the best way to
> export/import data from tables that need to be re-created. I know that
> in Sybase one can do a data dump, re-create the table, and import the
> data back in. I'm just wondering how this is done in Oracle.
There are a number of ways to do this. If your userid has rights to create tables, I'd do it this way:
If you don't have create rights in the database, you can use SQL*Plus or TOAD to extract the data to a flat text file.
cheers,
bob
Received on Tue Apr 25 2000 - 00:00:00 CDT
![]() |
![]() |