From: "gvr" <gvr@hotmail.com>
Subject: Re: How to move data from Oracle to flat files
Date: 1997/11/11
Message-ID: <01bceedf$c8b8c040$6163a182@s679560.student.twi.tudelft.nl>#1/1
X-Nntp-Posting-Host: twiramakers.twi.tudelft.nl
Sender: news@student.twi.tudelft.nl
References: <3464B93F.42A734@mail.und.nodak.edu>
Organization: Technische Universiteit Delft,
Newsgroups: comp.databases.oracle.tools



The easiest way to do this would be to write a select statement that
selects all info you want in the desired format, run that statement in
sql*plus and spool the output to a file.

Goog luck

Gvr


