Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: BLOB move
Mark
Try this
alter table pcst_txn move tablespace users LOB(content) store as(tablespace users disable storage in row);
In addition chek the following links should help
HTH GovindanK
On Wed, 1 Sep 2004 15:23:18 -0400, "Mark W. Farnham" <mwf_at_rsiz.com>
said:
> There are major changes in the ways blobs are stored across certain
> version
> boundaries, and in fact some pretty neat early storage management
> featured
> were deprecated because it was possible to really screw things up (it was
> also possible to make things really sweet).
>
> So -- what are you running? Definitely take a look at the options for
> your
> release.
>
> mwf
>
> -----Original Message-----
> From: oracle-l-bounce_at_freelists.org
> [mailto:oracle-l-bounce_at_freelists.org]On Behalf Of Fuad Arshad
> Sent: Wednesday, September 01, 2004 12:15 PM
> To: oracle-l_at_freelists.org
> Subject: BLOB move
>
>
> We're in the process a data conversion from long to blob.
> since this is an existing table.
> I was wondering is there any way to move the blob segment & blob index
> segment to another tablespace without rebuilding the table.
> Also we've noticed that blob is takign up much more space than the long
> .
> is that normal.
>
>
Recent messages - http://freelists.org/archives/oracle-l/09-2004 Received on Thu Sep 02 2004 - 02:59:02 CDT
![]() |
![]() |