--创建用户--
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 ...
- 浏览: 1774 次
- 性别:

- 来自: 上海

- 详细资料
搜索本博客
最近加入圈子
链接
最新评论
-
System.getProperty()学习
-- by wangyu336 -
Log4j详细解
LZ费心了. 多学会整理整理是程序员的良好习惯.
-- by Fly_m -
Log4j详细解
很好,比较全,多谢。基本涵盖了所有常用到的点。正好需要
-- by moogle -
websphere,weblogic,tomca ...
不错!
-- by wangyu336






评论排行榜