|
-
I wanted to know that I should provide the follwing statement or suggested by you.
I mean it is possible to handel and to move data for CLOB datatype using
ALTER TABLE tablename MOVE TABLESPACE
I need to deal the follwing statement only for CLOB.
I am not cleared about this one.
I will appreciate if you could explain me,
ALTER TABLE tab_with_lob
MOVE LOB(c/blob_column) STORE AS (
TABLESPACE new_tablespace
)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|