【原】oracle建表并指定表空间


作者:david_zhang@sh 【转载时请以超链接形式标明文章】

链接:http://www.cnblogs.com/david-zhang-index/archive/2012/03/20/2409032.html

建表且指定表空间

create table scott.test (id number(5),name varchar2(10)) tablespace users;

将scott.test表从users表空间移动到example表空间

alter table scott.test move tablespace example;


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM