After I create a table interactively in SQL*Plus, I got the following message:

Table Created.
Input truncated to 23 Characters.

What does the 2nd line mean? I did a 'describe' of the table, and it looks fine to me. So what is actually being truncated?

Thanks!