Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Table with column as Raw datatype

lvicenteDec 9 2014 — edited Dec 12 2014

Hi!

I'm having issues with a column defined as Raw datatype.

I want to store a varchar value in a field which is raw type.

When I try to save odd values, 0 is inserted at the beginning.

This does not happen whith pair values.


Examples.


I want to store the value '5' but the column save the value as '05'.  

I want to store the value '55' and column save the value '55'. 

I want to store the value '555' but the column save the value as '0555'.

¿How can I save the value '5' as '5' in a raw datatype column?

Thanks!


Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 9 2015
Added on Dec 9 2014
4 comments
1,432 views