Inserting fixed length data without delimeter [message #322550] |
Sat, 24 May 2008 07:13 |
tahir_mehmood_satti
Messages: 4 Registered: August 2005 Location: rwp
|
Junior Member |
|
|
Respected all,
I have a file in one line where there is no delimiter e.g(after 191 length the next record starts).
While using fixed length control file it insert one record up to 191 length and left all other records.
Please guide me how i can insert these fixed length continues records in oracle database.
Please Email me on my Email Address
tahir_mehmood_satti@yahoo.com.
Regards,
Tahir mehmood
|
|
|
|
|
|
Re: Inserting fixed length data without delimeter [message #322727 is a reply to message #322607] |
Mon, 26 May 2008 01:54 |
tahir_mehmood_satti
Messages: 4 Registered: August 2005 Location: rwp
|
Junior Member |
|
|
Sir,
Thanks for your cooporation actually my problem is that i have a data file in one line with variable data and there is no Record decimeter or line separator.And i just want to save these record in oracle data base the data structure is give below
*******************************
f1 VARCHAR2(1)
f2 VARCHAR2(1)
f3 VARCHAR2(24)
f4 VARCHAR2(15)
f5 VARCHAR2(15)
f6 VARCHAR2(10)
f7 VARCHAR2(10)
f8 VARCHAR2(24)
f9 VARCHAR2(10)
f10 VARCHAR2(3)
f11 VARCHAR2(3)
f12 VARCHAR2(7)
f13 VARCHAR2(4)
f14 VARCHAR2(3)
f15 VARCHAR2(3)
f16 VARCHAR2(7)
f17 VARCHAR2(1)
f18 VARCHAR2(1)
f19 VARCHAR2(1)
f20 VARCHAR2(24)
ORIG_CALLED VARCHAR2(24)
HDR VARCHAR2(95)
Regards,
|
|
|
|
|
|
|
|