No, all columns.
regards
anandkl
Printable View
No, all columns.
regards
anandkl
1) LOB ts. That's the whole idea of specifying a separate LOB TS, isn't it?Quote:
Originally Posted by anandkl
...
2) Why?
...
3) Use sqlldr
2. Earlier it was designed like this.
3. Sqlldr, i cannot use becuase all the data is already in a table.For using Sqlldr, i need to spool the data and then load.
Again, how will the CLOB data be store in the spool file.
regards
anandkl
1) exp / imp
2) alter table your_table move lob(your_lob_col) store as (tablespace your_new_ts);