Click here to Skip to main content
15,896,153 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
HI,

Is there any issue if we have multiple CLOB columns in our table.

Thanks in advance
Posted
Comments
Prasad Khandekar 2-Apr-13 14:41pm    
The number of LOB columns per table is limited only by the maximum number of columns per table. Find more information regarding storage at http://docs.oracle.com/cd/B28359_01/appdev.111/b28393/adlob_tables.htm.

1 solution

Please note your DB size will grow in case you are having multiple CLOB columns in a table. It may possible that you will face performance related issues in case the adequate space is not available.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900