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

Thread: Move tablespace

  1. #1
    Join Date
    Mar 2002
    Posts
    46
    Hi,

    I want to know how change the tablespace of a table which contains longraws or blob datatype??

    Wtih Alter table ... move tablespace i got an error of illegal use of long datatype.

    Thanks
    DONTBSHY

  2. #2
    Join Date
    Apr 2001
    Location
    Louisville KY
    Posts
    295
    I would export the table, create a clone in the new tablespace, drop the old then import the data.

    Or, copy the table to a new table in the new tablespace, then drop the old table and rename the new.

    I believe both the COPY command and the export/import utilities are about the only way to deal with RAW and BLOBS.
    Joseph R.P. Maloney, CSP,CDP,CCP
    'The answer is 42'

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