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:[EMAIL PROTECTED]]
> 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: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).

Reply via email to