Oracle 常用语句

时间:2014-02-26 06:30:39   收藏:0   阅读:235

select * from sys.dba_tablespaces;            查询表空间  

select * from v$tablespace;                   查询表空间一些参数                

select * from dba_users;                      查询用户      

drop user user_name cascade;                  删除用户

drop tablespace tablespace_name including contents and datafiles;    删除表空间

alter tablespace tablespace_old_name rename to tablespace_new_name;

原文:http://aatend.blog.51cto.com/4606976/1363333

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!