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: Urgenr : Sql Loader Question

RE: Urgenr : Sql Loader Question

From: Nirmal Kumar Muthu Kumaran <NIRMALK_at_qtel.com.qa>
Date: Mon, 11 Jun 2001 22:06:53 -0700
Message-ID: <F001.00324D43.20010611214543@fatcity.com>

Hi friend,

i didn't succeed it with the format X'9' for the datafile delemited by 'tab'.

Could u help me in this.

the followin is the control file of mine: load data
infile *
into table abba1
fields terminated by X'9'
(a,b)
begindata
2384 'vnb'
398489 'dke'

create table abba1(a number, b varchar2(30));

Nirmal.

> -----Original Message-----
> From: Darlene Marley [SMTP:dmarley_at_sfwmd.gov]
> Sent: Friday, June 08, 2001 1:21 AM
> To: Multiple recipients of list ORACLE-L
> Subject: Re: Urgenr : Sql Loader Question
>
> FIELDS TERMINATED BY X'9'
>
> > "Chowdary, Suren" wrote:
> >
> > How wud i load a TAB delimited data file through SQL*Loader into a
> > Table.
> >
> > Like i use FIELDS TERMINATED BY "," (for a comma seperated data file)
> >
> > what shud i use for TAB delimited file...
> >
> > Thanx for ur help,
> > Chowday << File: Card for Darlene Marley >>

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Nirmal Kumar  Muthu Kumaran
  INET: NIRMALK_at_qtel.com.qa

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Tue Jun 12 2001 - 00:06:53 CDT

Original text of this message

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