|
SQL> alter table stu move online tablespace das_tbl;
alter table stu move online tablespace das_tbl
*
ERROR at line 1:
ORA-01735: invalid ALTER TABLE option
Elapsed: 00:00:00.00
SQL> alter table stu move tablespace das_tbl;
在9i 中,如何使用 alter table move online ? |
|