首页

搜索结果

"category:/database"

<<上篇 1 2 3 4 5 6

标题及摘要 日期/时间
101
Oracle数据库执行计划的一些基本概念
Oracle数据库执行计划的一些基本概念
2007-5-23
11:40:51
102
在Hibernate里使用Oracle的强制索引查询提示hints
在Hibernate Hql里使用数据库某些特殊的功能,例如使用Oracle的查询提示(hints)(如强制Oracle使用某个索引),使用用户自定义的数据库函数等,Hibernate的官方文档里已经有提到这个,不能使用Hql做数据库查询提示,而是使用三种Hibernate查询方法HQL,Criteria Queries,Native SQL里的Native SQL 本地SQL。
2007-4-10
10:13:35
103
Oracle专家调优秘密
  在过去的十年中,Oracle已经成为世界上最专业的数据库之一。对于IT专家来说,就是要确保利用Oracle的强大特性来提高他们公司的生产力。最有效的方法之一是通过Oracle调优。它有大量的调整参数和技术来改进你的Oracle数据库的性能。
2007-4-4
10:33:59
104
Derby性能调优
从来自onjava.com上的这篇文章,我们不仅可以了解Derby性能调优的知识,而且可以了解其他数据库同样适用的索引优化知识.
2007-4-2
11:56:21
105
SQL state [72000]; error code [1009]; ORA-01009: 必需的参数缺失 ;missing mandatory parameter
当应用出现如下异常: StatementCallback; uncategorized SQLException for SQL [select nvl(flow_Step,0) as flow_Step from ec_Acc_Fee where zone_Code like '01%' and user_Id=1004259812]; SQL state [72000]; error code [1009]; ORA-01009: 必需的参数缺失 ; nested exception is ja...
2007-3-2
22:16:21
106
Oracle日期时间(Date/Time)操作
Oracle日期时间(Date/Time)操作
2007-1-31
11:54:19
107
ORACLE函数大全
ORACLE函数大全
2007-1-31
11:53:50
108
mysql的授权语法-GRANT Syntax
mysql的授权语法-GRANT Syntax
2007-1-30
15:02:02
109
给Mysql增加用户帐号-Adding New User Accounts to MySQL
mysql GRANT ALL PRIVILEGES ON *.* TO 'monty'@'localhost' - IDENTIFIED BY 'some_pass' WITH GRANT OPTION; mysql GRANT ALL PRIVILEGES ON *.* TO 'monty'@'%' - IDENTIFIED BY 'some_pass' WITH GRANT OPTION; mysql GRANT RELOAD,PROCESS ON *.* TO 'a...
2007-1-22
18:47:50
110
eBay的架构
eBay.com肯定是世界上最大的Java系统之一: eBay管理着212,000,000多注册用户、十亿多张图片 全世界的eBay用户每秒交易价值超过$1590的商品 平均每天浏览10亿多个页面 在任何时刻,网站里有大约105百万个清单 eBay存储了超过2Petabytes的数据 eBay平台每个月处理30亿个API调用 每个季度变化300个以上的功能 每两个星期修改100000行以上代码 eBay在33个国家,...
2006-12-20
9:20:05
111
Tungsten Replicator - data replication engine for MySQL
Tungsten Replicator is a high performance, open source, data replication engine for MySQL. It offers a set of features that surpass any open source replicator available today: global transaction IDs to support failover, flexible transaction filtering, ...
2006-12-15
15:21:29
112
db4o 面向对象数据库的安装使用
在 开源面向对象数据库 db4o 之旅 系列文章的第一部分:初识 db4o 中,作者介绍了 db4o 的历史和现状,应用领域,以及和 ORM 等的比较。在这篇文章中,作者将会介绍 db4o 的安装、启动以及三种不同的查询方式:QBE(Query by Example)、SODA(Simple Object Database Access) 以及 NQ(Native Queries),并分别通过这三种不同的途径实现了两个关联对象的查询。本文还示范了开发中最经常用到的几个典型功能的 db4o 实现。
2006-11-21
19:03:24
113
Oracle SQL 优化
Oracle SQL 优化
2006-11-18
11:57:27
114
Guard against performance issues when using Oracle9i hints and views
Used separately, hints and views are terrific tools for Oracle tuning. But used together, they can cause severe performance problems. Let’s look at what hints, views, and materialized views can do for you. Then, we'll consider when and how to use th...
2006-11-18
11:53:24
115
Three ways to speed up SQL execution in Oracle
Oracle provides several methods for reducing the time spent parsing Oracle SQL statements, which can cause a drag on performance when executing complex queries with a large number of possible execution plans. Let’s briefly examine some of these methods.
2006-11-18
11:43:13
116
New Oracle10g SQL optimizer hints
With each new release of Oracle, there are more tuning controls and opportunities for improving the execution speed of SQL. In an article about speeding up SQL execution in Oracle, I discussed some common SQL tuning hints and, in another article, ...
2006-11-18
11:38:03
117
SQL 技巧-Oracle与MS SQL Server的不同
描述了Oracle的技巧、MS SQL Server的技巧、oracle与MS SQL Server的不同
2006-10-20
14:19:46

<<上篇 1 2 3 4 5 6