Home » RDBMS Server » Server Utilities » SQL*Loader
SQL*Loader [message #150453] Thu, 08 December 2005 00:01 Go to next message
sundaju
Messages: 2
Registered: December 2005
Location: Doha
Junior Member
I have a table as follows

Table1

ColA VARCHAR2(5)
ColB NUMBER(7,2)

and I have a fixed width data file with data as given below

AABBC0098765

The data file contents are being interpreted as follows

First 5 characters go into ColA as it is
The next 7 digit should be parsed so that it goes into ColB as 987.65

Here the decimal point is not provided explicitly as part of the data file..

How do I load this type of data into tables using SQL Loader?

Any help is greatly appreciated...

Thanks
Sundar






Re: SQL*Loader [message #150461 is a reply to message #150453] Thu, 08 December 2005 00:21 Go to previous messageGo to next message
vamsi kasina
Messages: 2112
Registered: October 2003
Location: Cincinnati, OH
Senior Member
You can check this link
http://www.orafaq.com/faq/can_one_modify_and_add_data_as_the_database_gets_loaded

By
Vamsi
Re: SQL*Loader [message #150493 is a reply to message #150461] Thu, 08 December 2005 03:07 Go to previous message
sundaju
Messages: 2
Registered: December 2005
Location: Doha
Junior Member
Thank you Vamsi..

It helped immensely...

Three cheers to the community...
Previous Topic: how to stop sql loader if any row is bad
Next Topic: Problem related to bulk loader file
Goto Forum:
  


Current Time: Tue Jul 02 05:06:20 CDT 2024