Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Can't move tables with columns of type long
Rick Denoire <100.17706_at_germanynet.de> schreef in berichtnieuws
vkctbvck5oacsgd8drfbct6gudgodc3ir1_at_4ax.com...
| When issuing the command "alter table THIS_TABLE move tablespace
| ANOTHER_TS" this command fails when the table has columns of type long
| or lob. This is annoying me for a while now.
|
| How can recreate such tables in a different tablespace with "normal"
| SQL commands? And what should I be aware of? What about constaints,
| triggers, indexes related to this table? Which will be the
| availability impact while recreating the table in another tablespace?
|
| Please consider that I am not acquainted with the data as such. I
| don't do any development work and refrain myself from doing anything
| that put the logic of relations in the DB in danger. (I must recognize
| that this is also due to my lack of skillness in this area). I am the
| Unix and DB admin and just keep things working. Recently I had to
| reorganize the whole DB because this collegues of mine doing
| development work quite soon rendered the DB almost unusuable
| (fragmentation, migrated rows etc.).
|
| Thanks
|
| Rick Denoire
If possible test import in another database before dropping the table to
make sure everything is there.
If possible, let the new tablespace be a locally managed tablespace.
Instead of step 2,3 you can use a tool like TOAD to generate the create
scripts.
Received on Sun May 11 2003 - 16:23:49 CDT
![]() |
![]() |