Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Varbinary in Oracle
> select to_number('CC','XX') from dual;
> --
> Noel
>
Thank you for the answer,
but in your example 'CC' is a string and not a varbinary 0xCC --> (RAW???)
This comand don't work fine.
select to_number(0xCC,'XX') from dual;
How can I resolve this problem? Received on Fri Mar 12 2004 - 12:00:54 CST
![]() |
![]() |