摘要:
title看起来有点别扭吧?看看该代码想必大家就清楚了。呵呵 select count(*) from (select * from tablename 阅读全文
posted @ 2013-04-18 17:24
坚固66
阅读(127)
评论(0)
推荐(0)
摘要:
如果表tablename1之前的关键字为(column1,column2),需要修改为(column1,column2,column3)组成的联合关键字,则语句可以如下: 阅读全文
posted @ 2013-04-18 17:21
坚固66
阅读(199)
评论(0)
推荐(0)
摘要:
ssbbded.o bbedus.msb,该三个文件拷贝oracle的linux64版本的)文件
$ORACLE_HOME/rdbms/lib/ssbbded.o
$ORACLE_HOME/rdbms/lib 阅读全文
posted @ 2013-04-18 17:17
坚固66
阅读(312)
评论(0)
推荐(0)
摘要:
将build input和probe input分割成多个不相连的分区 阅读全文
posted @ 2013-04-18 17:14
坚固66
阅读(407)
评论(0)
推荐(0)
摘要:
11章 优化数据访问路径
为数据密集型的查询,物化视图和索引等去的优化的性能是必要的。 然而,实现这些目标不是没有代价。创建和维护这些目标将会花费 阅读全文
posted @ 2013-04-18 17:10
坚固66
阅读(516)
评论(0)
推荐(0)
摘要:
Oracle提供的等待事件视图使得我们可以获取指定session以及实例级别等待 阅读全文
posted @ 2013-04-18 17:06
坚固66
阅读(458)
评论(0)
推荐(0)
摘要:
大数据的存储和管理
任何机器都会 阅读全文
posted @ 2013-04-18 17:03
坚固66
阅读(462)
评论(0)
推荐(0)
摘要:
mysql在C/C++中调用api设置连接mysql的编码方式有以下几种方法:
span style="font-size 阅读全文
posted @ 2013-04-18 16:59
坚固66
阅读(351)
评论(0)
推荐(0)
摘要:
perfstat datafile '/u01/app/oracle/oradata/orcl/perfstat01.dbf' size 500m;
2:执行 SQL> span 阅读全文
posted @ 2013-04-18 16:56
坚固66
阅读(227)
评论(0)
推荐(0)
摘要:
今天开始写数据server部分,大家初步的方案是用redis+mysql
所以要安装,下面记录安装的基本过程,留做后续参考
unbuntu 12 已经支持从安装源来安装redis 阅读全文
posted @ 2013-04-18 16:52
坚固66
阅读(169)
评论(0)
推荐(0)
摘要:
近期笔者几篇文章介绍了改的文章. 关联文章的地址11.2.0.1 ACFS new supported OS platforms and data servicesOL5 and RHEL5Windows 2003 R1 (64-bit)Windows 2003 R2 (64-bit) 11.2.0.2 ACFS new supported OS platforms and data services OL5/RHEL5 Update 3 and later (2.6.18 based kernels) SLES10 SP3 and later* Win... 阅读全文
posted @ 2013-04-18 16:49
坚固66
阅读(222)
评论(0)
推荐(0)
摘要:
="color:#333300" 1、查询“C001”课程比“C002”课程成绩高的所有学生的信息。
阅读全文
posted @ 2013-04-18 16:45
坚固66
阅读(295)
评论(0)
推荐(0)
摘要:
比起用其它的视图写长长的一段脚本、简便多了、据说从7.x到11g都可以用
span 阅读全文
posted @ 2013-04-18 16:42
坚固66
阅读(188)
评论(0)
推荐(0)
摘要:
工作中经常遇到客户提出这样的需求,希望在汇总合并中,能够把日期逐个枚举出来。
span style="font-size 阅读全文
posted @ 2013-04-18 16:38
坚固66
阅读(402)
评论(0)
推荐(0)
摘要:
执行:
result=db.runCommand({
mapreduce:" 阅读全文
posted @ 2013-04-18 16:34
坚固66
阅读(145)
评论(0)
推荐(0)
摘要:
,sans-serif"1、存在更新表的处理时都要加事务处理;
2、事务开启前 阅读全文
posted @ 2013-04-18 16:31
坚固66
阅读(149)
评论(0)
推荐(0)
摘要:
/ 1. 源库和目标库ogguser用户都赋予dba角色和执行utl_file的权限:
span 阅读全文
posted @ 2013-04-18 16:27
坚固66
阅读(513)
评论(0)
推荐(0)
摘要:
本文纯属个人见解,是对前面学习的总结,如有描述不正确的地方还请高手指正~grant alter system to zys;grant audit system to zys;grant create session to zys;grant alter session to zys;grant restricted session to zys;grant debug connect session to zys;grant create tablespace to zys;grant alter tablespace to zys;grant manage tablespace to zy 阅读全文
posted @ 2013-04-18 16:24
坚固66
阅读(178)
评论(0)
推荐(0)
摘要:
,这个项目对数据库的设计要求比较高,那就学一下数据库吧!虽然SQL Server、Oracle都学过,MySQL也了解一下些,但都学得比较浅,都是一些简单的增、删、改、查,像索引,数据安全、数据备份 阅读全文
posted @ 2013-04-18 16:20
坚固66
阅读(173)
评论(0)
推荐(0)
摘要:
;" Oracle 在对于 varchar等字符型字段收集统计 阅读全文
posted @ 2013-04-18 16:17
坚固66
阅读(187)
评论(0)
推荐(0)