I have a database (9.2.0.6) with an account number field specified as VARCHAR2(CHAR10).
You mean VARCHAR2(10 CHAR) ?
I look in the table and I see 11 digit account numbers. How is that possible? Am I missing something?
Maybe, you cant count or the stored values use characters from fonts that look like double numbers, because 10 char is 10 characters, regardless of the unicode bytes needed to make that charactere
Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
Bookmarks