Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: export data out of Oracle DB
> > 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
![]() |
![]() |