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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Generate flat file with fixed layout from Oracle tables

Re: Generate flat file with fixed layout from Oracle tables

From: Paul <paul_at_see.my.sig.com>
Date: Sat, 13 Aug 2005 20:40:00 +0100
Message-ID: <5uisf1p9ql9k93aocf9luff06klcaknk7c@4ax.com>

"nickli" <ningli2000_at_hotmail.com> wrote:

> I apologize for not giving more details on the issue. The database
> version Oracle 9i Version 9.2.0.1 and DDL for the table is as follows:

  1. please don't top-post.

> CREATE TABEL CUSTOMER
> (
> CUSTOMER_ID NUMBER,
> ACCOUNT_NUM NUMBER,
> PHONE_NUM NUBMER,
> EMAIL VARCHAR2(100),
> V_FLAG CHAR(1),
> INPUT_DATE DATE
> )
>
> The table has over 2 million rows and data from all the columns need
> to be output to the fixed-length flat file.

I looked back at your original post. You say something about from, to and length. What field(s) are you referring to here?

Post some sample data and what *_exactly_* you want done with it, and why. Analytical functions *_may_* be of use here, but since I don't yet fully understand what you're requesting, I cannot answer.

Paul...  

> Nick

-- 

plinehan __at__ yahoo __dot__ __com__

XP Pro, SP 2, 

Oracle, 9.2.0.1.0 (Enterprise Ed.)
Interbase 6.0.1.0;

When asking database related questions, please give other posters 
some clues, like operating system, version of db being used and DDL.
The exact text and/or number of error messages is useful (!= "it didn't work!").
Thanks.
 
Furthermore, as a courtesy to those who spend 
time analysing and attempting to help, please 
do not top post.
Received on Sat Aug 13 2005 - 14:40:00 CDT

Original text of this message

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