Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Help Required: How can I export my Oracle data into a flat file
spool filename;
select .... blah blah blah
spool off;
"PSINet News Service" <Antony.Amalraj_at_tpg.com> wrote in message
news:7E8A4.416$iB5.781_at_client...
> Hello All,
>
> I am new to oracle, I want to export the table data(From
oracle)
> alone into flat file.From the flat file I want to import the data into
> another database(db2) table.
>
> Can any one help me.
>
> Regards
> Antony
>
>
>
Received on Thu Mar 16 2000 - 00:00:00 CST
![]() |
![]() |