Skip to Main Content

Oracle Database Discussions

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!

char(25 char) vs char(25 BYTE)

702665Oct 29 2009 — edited Oct 29 2009
Hi all,

Data size defined as 'name char(25 char)' will occupy less space than ' name char(25)'?
I have defined name char(25) when it stores in the data base it shows char(25 BYTE).
Is it good define as char(25 char)? so that it will allocate exactly 25 characters

Thanks.
This post has been answered by JustinCave on Oct 29 2009
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 26 2009
Added on Oct 29 2009
5 comments
1,425 views