Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Different ways to transfer data in a table to a FLAT file

RE: Different ways to transfer data in a table to a FLAT file

From: Jacques Kilchoer <Jacques.Kilchoer_at_quest.com>
Date: Fri, 12 Jan 2001 09:26:50 -0800
Message-Id: <10739.126526@fatcity.com>


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:

  1. Easiest way - use SQL*Plus select statement, with the appropriate SQL*Plus SET commands, to obtain a flat file.
  2. Use a PL/SQL program with the UTL_FILE package.
  3. Use a Pro*C program to read in the data and create a flat file.

I now await the more learned comments of people with greater experience, who will suggest other possibilities.



any ignorant comments made are the sole responsibility of J. R. Kilchoer and should not reflect adversely upon my employer.  

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>&gt; -----Original Message-----</FONT>
<BR><FONT SIZE=3D2>&gt; From: Sankaranarayanan, Ramasubramanian</FONT>
<BR><FONT SIZE=3D2>&gt; [<A =

HREF=3D"mailto:Ramasubramanian.Sankaranarayanan_at_compaq.com">mailto:Ramas= ubramanian.Sankaranarayanan_at_compaq.com</A>]</FONT>
<BR><FONT SIZE=3D2>&gt; Sent: vendredi, 12. janvier 2001 07:21</FONT>
<BR><FONT SIZE=3D2>&gt; </FONT>
<BR><FONT SIZE=3D2>&gt; Please suggest me a different ways to transfer =
data from the </FONT>
<BR><FONT SIZE=3D2>&gt; table to a FLAT</FONT>
<BR><FONT SIZE=3D2>&gt; 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>&nbsp;</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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US