Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: dump to CSV (comma-separated values) file format
Yeah, the "traditional" (9i) way of external tables is still there in 10g.
It depends what access driver you're using to access the table. If you're
using sql*loader, you can read from a flat file. If you're using the new
datapump driver (which support writing , but afaik no dml) you can write to
the file. But then it's a binary file.
http://download-uk.oracle.com/docs/cd/B14117_01/server.101/b10743/utility.htm#sthref1791
Stefan
On 10/19/06, Kevin Closson <kevinc_at_polyserve.com> wrote:
>
>
>
>
> If you're referring to 10g, I believe they are. But they're in a
> binary format.
>
> Stefan
>
> ..that would be strange since an External Table is a flat file. I need
> to
> dig into this...sorry for the spam, but it got me thinking...
>
>
> Kevin Closson
> Chief Architect, Oracle Database Solutions
> PolyServe, Inc
> kevinc_at_polyserve.com
> Blogging at kevinclosson.wordpress.com
>
>
>
>
-- http://www.freelists.org/webpage/oracle-lReceived on Thu Oct 19 2006 - 12:51:02 CDT
![]() |
![]() |