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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: To_Number

RE: To_Number

From: Rachel Carmichael <wisernet100_at_yahoo.com>
Date: Thu, 05 Dec 2002 18:04:03 -0800
Message-ID: <F001.00514097.20021205180403@fatcity.com>


Laura,

you can try to figure out what is wrong with that one row by using the dump function to get the octal or hex values of the bytes.

the example from the SQL reference manual:

SELECT DUMP('abc', 1016)

   FROM DUAL; DUMP('ABC',1016)



Typ=96 Len=3 CharacterSet=WE8DEC: 61,62,63

By the way, "because" is only a valid answer if you are a parent talking to a child. :)


Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Rachel Carmichael
  INET: wisernet100_at_yahoo.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (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).
Received on Thu Dec 05 2002 - 20:04:03 CST

Original text of this message

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