|
-
Originally posted by omegamark
I want moving the table online ...
Is online option there in 8.1.7.2
SQL> alter table test move tablespace GENERAL_IDX ;
Table altered.
SQL> alter table test move tablespace GENERAL_DATA online ;
alter table test move tablespace GENERAL_DATA online
*
ERROR at line 1:
ORA-25148: ONLINE option not permitted
SQL> select * from v$version ;
BANNER
----------------------------------------------------------------
Oracle8i Enterprise Edition Release 8.1.6.3.0 - Production
PL/SQL Release 8.1.6.3.0 - Production
CORE 8.1.6.0.0 Production
TNS for Solaris: Version 8.1.6.3.0 - Production
NLSRTL Version 3.4.0.0.0 - Production
I don't think you need to use ONLINE option in your command. Can you try without that option??
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
|