HI lists

when I do select 

select dump('k',1010) from dual  (decimal)

i get  107 as the ascii value 

to get an octal we substitute 1008 
in the place of 1010 and the result is 153 for 'k'.

and    select chr(107) from dual     (decimal)
       value is ''k'  


if i use 
select chr(153) from dual, giving some wrong value... 

how do i convert this octal to decimal 


srinivas
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Tatireddy, Shrinivas (MED, Keane)
  INET: [EMAIL PROTECTED]

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (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).

Reply via email to