Could someone please post the syntax for moing a table from one tablespace to another. I just cant get it right.
I tried
alter table emp tablespace users;
it wont work.
I'm using oracle 8.0.6.
Thanks a lot.
Moving a table to another tablespace isn't that easy. If the table has no rows, no triggers, no grants etc, dropping and recreating is an option. Export and import the table in another tablespace is the best option.
Thanks. The table contains no data so I think I'll just drop and recreate them.
when I was using 8i, we could do this. That's why I was confused.
Thanks a lot anyway.
"ALTER TABLE table_name MOVE TABLESPACE tablespace_name" not supoorted on lower versions of 8.1.x.
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
Bookmarks