Quote:
Originally Posted by Divya_kamath
Thanks for your reply  .If there is no ROWID data type then how can we store data for blob and clob columns? Or can you tell me how can we use blob and columns in db2 for large objects..
|
You just add those columns to your table. It is usually a good idea to store such columns in a different tablespace (see CREATE TABLE with LONG IN option for LOB data), and if you have 9.7 you may want to use the INLINE option when you define the LOB column (particularly if the average length of the data will fit on the page you have selected for the table).