Characters spilled over multiple columns in Oracle 11g?

Posted by vicky21 on Stack Overflow See other posts from Stack Overflow or by vicky21
Published on 2010-06-07T21:14:03Z Indexed on 2010/06/08 9:32 UTC
Read the original article Hit count: 197

Filed under:
|
|

This is related to question: How to store unlimited characters in Oracle 11g?

If maximum I need is 8000 characters, can I just add 3 more varchar2 columns so that I will have 4 columns with 2000 char each to get 8000 chars. So when the first column is full, values would be spilled over to the next column and so on. Will this design have any bad side effects? Please suggest.

© Stack Overflow or respective owner

Related posts about Oracle

Related posts about oracle11g