2008-04-18

SQL(ORACLE)常用的SQL语句

关键字: 常用的sql语句
--创建用户-- Create User 'UserNam' Identified By 'PassWord' Profile Default Default Tablespace users Temporary Tablespace 'TableSpaceName' Account Unlock; --查看表空间,分配大小-- Select t.tablespace_name,round(sum(bytes/(1024*1024)),0) ts_size From dba_tablespaces t,dba_data_files d where t.tablespace_name = d.t ...
wangyu336
搜索本博客
最近加入圈子
存档
最新评论