Re: data loading

  • From: "Djordje Jankovic" <djordjej@xxxxxxxxxx>
  • To: <oracle-l@xxxxxxxxxxxxx>
  • Date: Fri, 23 Apr 2004 00:12:24 -0400

You can use sql expressions when loading, something like :

LOAD DATA
. .
Field_name POSITION(20) "TO_NUMBER(:field_name)/1000"
. . .


You can consult Utilities manual: "Applying SQL Operators to Fields" for
examples and conditions.


Djordje


----- Original Message -----
From: <a.kish@xxxxxxx>
To: <oracle-l@xxxxxxxxxxxxx>
Sent: Thursday, April 22, 2004 11:42 PM
Subject: data loading


> hi,
> can anybody give me a suggestion regarding this..its related to data
> loading using sqlldr
>
> in a particular filed data is like this..,
>
> 12345
> 23451
> 34567
>
> i have to load them as 12.345, 23.451,34.567 ....etc..
>
> how to solve this...
>
>
>
>
> -- Attached file included as plaintext by Ecartis --
> -- File: InterScan_Disclaimer.txt
>
> DISCLAIMER: The information contained in this message is intended only and
solely for the addressed individual or entity indicated in this message and
for the exclusive use of the said addressed individual or entity indicated
in this message (or responsible for delivery
> of the message to such person) and may contain legally privileged and
confidential information belonging to Tata Consultancy Services. It must not
be printed, read, copied, disclosed, forwarded, distributed or used (in
whatsoever manner) by any person other than the
> addressee. Unauthorized use, disclosure or copying is strictly prohibited
and may constitute unlawful act and can possibly attract legal action, civil
and/or criminal. The contents of this message need not necessarily reflect
or endorse the views of Tata Consultancy Services
> on any subject matter. Any action taken or omitted to be taken based on
this message is entirely at your risk and neither the originator of this
message nor Tata Consultancy Services takes any responsibility or liability
towards the same. Opinions, conclusions and any other
> information contained in this message that do not relate to the official
business of Tata Consultancy Services shall be understood as neither given
nor endorsed by Tata Consultancy Services or any affiliate of Tata
Consultancy Services. If you have received this message in error,
> you should destroy this message and may please notify the sender by
e-mail. Thank you.
>
>
>
> ----------------------------------------------------------------
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> ----------------------------------------------------------------
> To unsubscribe send email to:  oracle-l-request@xxxxxxxxxxxxx
> put 'unsubscribe' in the subject line.
> --
> Archives are at //www.freelists.org/archives/oracle-l/
> FAQ is at //www.freelists.org/help/fom-serve/cache/1.html
> -----------------------------------------------------------------

----------------------------------------------------------------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
----------------------------------------------------------------
To unsubscribe send email to:  oracle-l-request@xxxxxxxxxxxxx
put 'unsubscribe' in the subject line.
--
Archives are at //www.freelists.org/archives/oracle-l/
FAQ is at //www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------

Other related posts: