Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> sql command for exporting data to ascii file
Hello,
Can anyone tell me if oracle does have a sql command which exports the contents of a table to an ascii file :
for example :
copy table test
(
field1 colon,
field2 colon,
field3 nl
)
into 'file';
would result into :
file :
Thanks in advance Received on Mon Jan 25 1999 - 18:21:13 CST
![]() |
![]() |