
software-oracle
spiderren
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
tablespace
select * from(select file_name,blocks,tablespace_name from dba_data_files ) allspaceleft join(select tablespace_name ,file_id ,count(*) "pieces" ,max(blocks) "MAXIMUM" ...2009-12-15 18:36:27 · 115 阅读 · 0 评论 -
oracle相关资源
http://sxpujs.iteye.com/blog/4341772010-04-25 23:57:29 · 81 阅读 · 0 评论 -
累计统计
题目1,表t_transaction: time deal2000-01 10000 2000-02 200002000-03 30000 2000-04 40000 要求得到如下形式的查询结果 time b...2010-04-30 23:25:40 · 154 阅读 · 0 评论 -
用户管理和权限管理
环境:Linux服务器,oracle用户下安装了oracle10g; windows XP客户端,安装SecureCRT; 1,使用 SecureCRT 连接到数据库服务器;2,执行: su - oracle/oracle;3,执行: sqlplus / as sysdba;4,执行:创建用户userName/password,并授权 create u...2010-03-04 15:16:12 · 125 阅读 · 0 评论