Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Exporting Oracle table to a plain ASCII file
>Alan (achristie_at_wei.org) wrote:
I wrote such a tool the other day in JDBC. The program I wrote uses the thin driver for oracle. my program will dump all related rows in all tables for some item, but the idea is the same. The program first finds what the schema is for that table (using jdbc calls), then it will format the output , it makes select jdcb calls to get the data and dispay it.
took only 3-4 hours to write, but saves me lots of time when I want to quickly look at some data in nice text output format.
Nasser Received on Sat Aug 29 1998 - 00:16:34 CDT
![]() |
![]() |