Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: number format

Re: number format

From: Noel <tbal_at_go2.pll-l>
Date: Fri, 06 May 2005 12:52:57 +0200
Message-ID: <d5fida$mul$1@inews.gazeta.pl>


Użytkownik chudi67 napisał:

> What do i have to set in sqlloader to get it correctly. Would very much
> appreciate an answer. The filetype is csv and the datatype is
> number(30).

Nothing to do with sqlloader.
Your mistake is bad interpretation of sqlplus output. Try:

  1. SELECT <column_name> FROM TABLE;
  2. SELECT TO_CHAR(<column_name>,'999999999999999999999999999999') FROM TABLE;
I assume <column_name> contains number(30) data from your csv file.
-- 
Noel
Received on Fri May 06 2005 - 05:52:57 CDT

Original text of this message

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