Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Relocate table to a different tablespace in SAP
Hi,
Below is what I see when I used sapdba to move a table.
CREATE TABLE "SAPR3"."CKMI1#" ...TABLESPACE "PSAPBTA3D"... AS SELECT * FROM "SAPR3"."CKMI1"; DROP TABLE "SAPR3"."CKMI1" if successfully created; RENAME "CKMI1#" TO "CKMI1";
Question#1: What is "if successfully created" in the second sql
statement?
Question#2: Is this same as "alter table move tablespace ..."?
Thanks,
Roger
This e-mail is intended solely for the person or entity to which it is addressed and may contain confidential and/or privileged information. Any review, dissemination, copying, printing or other use of this e-mail by persons or entities other than the addressee is prohibited. If you have received this e-mail in error, please contact the sender immediately and delete the material.
-- http://www.freelists.org/webpage/oracle-lReceived on Fri Nov 04 2005 - 11:25:49 CST
![]() |
![]() |