DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: Copy LOB Segments to Another Tablespace

  1. #1
    Join Date
    Sep 2006
    Posts
    23

    Copy LOB Segments to Another Tablespace

    I have a table that contains one CLOB column. The table and LOB segment are in seperate tablespaces. I am trying to create a copy of the table and LOB segment into new tablespaces for testing purposes. I know I can copy the table with create table t as select * from r. But is there a way to copy a LOB segment to a new tablespace? I know how to move it to a new tablespace, but not copy. Thanks.

  2. #2
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    what do want want on tpo of create table as select, that will create the new lob segment for you

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width