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: export data out of Oracle DB

Re: export data out of Oracle DB

From: Eugene Gardner <E.Gardner_at_VaxMan.prestel.co.uk>
Date: 1997/08/02
Message-ID: <33e2d101.2626733@news.prestel.co.uk>#1/1

> > Does anyone know if there is a utility that can export/import data
> > from/to a table
> > using some criteria like in a where clause?
Why not create a new temporary table with your select...where clause then copy that to another schema with the original table's name then export that ? Received on Sat Aug 02 1997 - 00:00:00 CDT

Original text of this message

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