Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2833181
  • 博文数量: 200
  • 博客积分: 2413
  • 博客等级: 大尉
  • 技术积分: 3067
  • 用 户 组: 普通用户
  • 注册时间: 2011-04-01 22:07
文章分类

全部博文(200)

文章存档

2018年(2)

2017年(8)

2016年(35)

2015年(14)

2014年(20)

2013年(24)

2012年(53)

2011年(44)

发布时间:2014-12-24 17:25:15

优化SQL时候遇到一个长SQL,里面视图中含有关键字row_number() over(partition by... order by ),由于太长,执行计划中看不出是否视图合并。那么实验测试一下。--普通视图create view v_emp as select EMPNO,ENAME,JOB,SAL,DEPTNO from emp where DEPTNO in ('20','30');--含有row_number() over(partition by... .........【阅读全文】

阅读(6678) | 评论(0) | 转发(0)

发布时间:2014-09-10 11:39:29

oracle将返回结果放在一行 有时我们需要将返回结果放到一行中,比如 select * from  (select username from dba_users order by username) where rownum<10; USERNAME ------------------------------ ANONYMOUS APEX_030200 APEX_PUBLIC_USER APPQOSSYS CTXSYS DBSNMP DIP EXFSYS FLOWS_FILES 9 r.........【阅读全文】

阅读(2681) | 评论(0) | 转发(0)

发布时间:2014-07-30 14:44:52

11g新特性:Health Monitor Checks一、什么是Health Monitor ChecksHealth Monitor Checks能够发现文件损坏,物理、逻辑块损坏,undo、redo损坏,数据字典损坏等等。Health Monitor Checks产生结果报告,它包含了解决问题的办法。Health Monitor Checks有两种运行模式:只有redo检查需要在DB-offline模式下运行,其他.........【阅读全文】

阅读(4363) | 评论(0) | 转发(0)

发布时间:2014-07-07 16:36:25

1.什么是数据字典缓存 |what is data dictionary cache什么是数据字典?数据字典包含:● 数据库中每个schema对象(tables, indexes, sequences, and database links)的定义● schema对象分配空间总和及当前使用量● oracle数据库的用户名、权限、角色赋予及审计信息A memory area in the shared pool that holds d.........【阅读全文】

阅读(3692) | 评论(0) | 转发(0)

发布时间:2014-06-03 20:00:36

Virtualbox运行报cannot access the kernel driver的解决文章编号:092032      2013-01-31 16:47知识点分析:安装完成后,在加载镜像的时候出现cannot access the kernel driver操作步骤:进入C:\Program Files\Oracle\VirtualBox\drivers\vboxdrv文件夹(具体看自.........【阅读全文】

阅读(2199) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册