Oracle 常用语句

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;

Oracle 常用语句

上一篇:Qt下使用QtSql连接sqlite3所遇到的问题总结


下一篇:mysql汉字按字母顺序排序