Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to decrypt the hex to numbers...

Status
Not open for further replies.

syncdba

IS-IT--Management
Nov 28, 2005
206
US
Hi ,
I have a table with column C1 as Hexnumbers
-----
H7JIKO9JKUI9KOLJK...etc
I'm trying to convert these hex numbers to phone number because the ohone numbers are encrypted..

Is there a way to do this?
Thanks in advance..
 
'H7JIKO9JKUI9KOLJK' is not a valid hex number in my book. If you use a valid number, the following works:

select to_Number('ABCDEF', 'XXXXXX') FROM DUAL
 
Er, hex numbers range from 0 through to F so I dont know how you get K,L and I's in there . Whatever this is, it isn't a hex number.
 

Maybe its a "HEXED" number? [yinyang]

----------------------------------------------------------------------------
The person who says it can't be done should not interrupt the person doing it. -- Chinese proverb
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top