Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Different ways to transfer data in a table to a FLAT file
This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.
------_=_NextPart_001_01C07CBC.D8F7ACA0
Content-Type: text/plain;
charset="iso-8859-1"
> -----Original Message----- > From: Sankaranarayanan, Ramasubramanian > [mailto:Ramasubramanian.Sankaranarayanan_at_compaq.com] > Sent: vendredi, 12. janvier 2001 07:21 > > Please suggest me a different ways to transfer data from the > table to a FLAT > file...
The obvious ways:
I now await the more learned comments of people with greater experience, who will suggest other possibilities.
Jacques R. Kilchoer
(949) 754-8816
Quest Software, Inc.
8001 Irvine Center Drive
Irvine, California 92618
U.S.A.
http://www.quest.com
------_=_NextPart_001_01C07CBC.D8F7ACA0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Diso-8859-1">
<META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
5.5.2652.35">
<TITLE>RE: Different ways to transfer data in a table to a FLAT =
file</TITLE>
</HEAD>
<BODY>
<P><FONT SIZE=3D2>> -----Original Message-----</FONT>
<BR><FONT SIZE=3D2>> From: Sankaranarayanan, Ramasubramanian</FONT>
<BR><FONT SIZE=3D2>> [<A =
HREF=3D"mailto:Ramasubramanian.Sankaranarayanan_at_compaq.com">mailto:Ramas=
ubramanian.Sankaranarayanan_at_compaq.com</A>]</FONT>
<BR><FONT SIZE=3D2>> Sent: vendredi, 12. janvier 2001 07:21</FONT>
<BR><FONT SIZE=3D2>> </FONT>
<BR><FONT SIZE=3D2>> Please suggest me a different ways to transfer =
data from the </FONT>
<BR><FONT SIZE=3D2>> table to a FLAT</FONT>
<BR><FONT SIZE=3D2>> file...</FONT>
</P>
<P><FONT SIZE=3D2>The obvious ways:</FONT>
</P>
<P><FONT SIZE=3D2>a) Easiest way - use SQL*Plus select statement, with =
the appropriate SQL*Plus SET commands, to obtain a flat file.</FONT>
<BR><FONT SIZE=3D2>b) Use a PL/SQL program with the UTL_FILE =
package.</FONT>
<BR><FONT SIZE=3D2>c) Use a Pro*C program to read in the data and =
create a flat file.</FONT>
</P>
<P><FONT SIZE=3D2>I now await the more learned comments of people with =
greater experience, who will suggest other possibilities.</FONT>
</P>
<P><FONT SIZE=3D2>------</FONT>
<BR><FONT SIZE=3D2>any ignorant comments made are the sole =
responsibility of J. R. Kilchoer and should not reflect adversely upon =
my employer.</FONT></P>
<P><FONT SIZE=3D2> </FONT>
<BR><FONT SIZE=3D2>Jacques R. Kilchoer</FONT>
<BR><FONT SIZE=3D2>(949) 754-8816</FONT>
<BR><FONT SIZE=3D2>Quest Software, Inc.</FONT>
<BR><FONT SIZE=3D2>8001 Irvine Center Drive</FONT>
<BR><FONT SIZE=3D2>Irvine, California 92618</FONT>
<BR><FONT SIZE=3D2>U.S.A.</FONT>
<BR><FONT SIZE=3D2><A HREF=3D"http://www.quest.com" =
TARGET=3D"_blank">http://www.quest.com</A></FONT>
Received on Fri Jan 12 2001 - 11:26:50 CST
![]() |
![]() |