网站认证必须做么网络广告策划案
news/
2025/10/5 15:30:12/
文章来源:
网站认证必须做么,网络广告策划案,es网站开发,淮北网站设计移动 表、表分区、LOB字段、索引、分区索引 到另一表空间 alter table 命令移动 table, partition, lob字段alter index 命令移动 索引, 分区索引移动表π 移动表#xff08;非分区表#xff09;#xff1a; alter table schema.table move tablespace new tab…移动 表、表分区、LOB字段、索引、分区索引 到另一表空间 alter table 命令移动 table, partition, lob字段alter index 命令移动 索引, 分区索引移动表π 移动表非分区表 alter table schema.table move tablespace new tablespace; 移动分区表即单独移动每个分区 alter table schema.table move partition partition tablespace new tablespace; 移动LOB字段LOB字段不自动随表移动必须显示移动 alter table schema.table move lob (lob1, lob2, ...) store as (tablespace new tablespace);或者移动表时一起移动alter table schema.table move tablespace new tablespace lob (lob1, lob2, ...) store as (tablespace new tablespace); 移动索引π 移动普通索引online 选项可选 alter index schema.idx rebuild [online] tablespace new tablespace; 移动分区索引 alter index schema.idx rebuild partition 分区索引 [online] tablespace new tablespace;
本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/928411.shtml
如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!