If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
If the DBMS is Oracle then the answer is (almost) never use CHAR. Use VARCHAR2 all the time. I say almost only because there may be some someone who sometime has a requirement for exactly what CHAR does - i.e. always blank-padding out to the full length - but chances are, it won't be you or me.