- 博客(26)
- 资源 (1)
- 收藏
- 关注
转载 Log4j
Log4J使用笔记Log4J是Apache的一个开放源代码的项目。通过使用Log4J,程序员可以控制日志信息输送的目的地,包括控制台,文件,GUI组件和NT事件记录器,也可以控制每一条日志的输出格式,或通过定义每一条日志信息的级别,更加细致地控制日志的生成过程。下面的代码是一个例子: //Log4J public void log4jDemo() {
2014-10-20 16:44:42
382
原创 JAVA Generics
Java深度历险(五)——Java泛型 作者成富 发布于 2011年3月3日| 17 讨论 分享到:微博微信FacebookTwitter有道云笔记邮件分享稍后阅读我的阅读清单Java泛型(generics)是JDK 5中引入的一个新特性,允许在定义类和接口的时候使用类型参数(type parameter)。声明的类型参数在使用时用具体的类型来替换。泛型最主
2014-10-16 11:07:22
387
原创 Restore and recovery with RMAN
The (DRA) Data Recovery AdvisorDRA is capable of generating scripts to repair damage to datafiles and (in somecircumstances) the controlfile: it does not advise on problems with the spfile or with
2014-09-10 15:58:41
431
转载 Redo and Undo
1. Create a redo change vector describing how to insert an undo record into anundo block.2. Create a redo change vector for the data block change.3. Combine the redo change vectors into a redo r
2014-09-05 10:50:06
542
原创 Back Up with RMAN
1. Backup Concepts User-managed backupServer-managed backup
2014-09-01 11:11:47
562
转载 8 Nosql Databases Compare
导读:Kristóf Kovács 是一位软件架构师和咨询顾问,他最近发布了一片对比各种类型NoSQL数据库的文章。虽然SQL数据库是非常有用的工具,但经历了15年的一支独秀之后垄断即将被打破。这只是时间问题:被迫使用关系数据库,但最终发现不能适应需求的情况不胜枚举。但是NoSQL数据库之间的不同,远超过两 SQL数据库之间的差别。这意味着软件架构师更应该在项目开始时就选择好一个适合的 N
2014-08-29 15:32:06
589
原创 Oracle space layer
Tablespace Management1. Tablespace typesPermanent tablespaces --- These tablespaces store objects in segments that are permanent – that persist beyond the duration of a session or transact
2014-08-29 15:02:49
453
原创 Set Operators
UNION Returns the combined rows from two queries, sorting them andremoving duplicates.• UNION ALL Returns the combined rows from two queries without sortingor removing duplicates.• INTERSECT
2014-08-25 15:24:44
413
原创 Oracle SCN
SCN(System Chang Number)作为oracle中的一个重要机制,在数据恢复、Data Guard、Streams复制、RAC节点间的同步等各个功能中起着重要作用。理解SCN的运作机制,可以帮助你更加深入地了解上述功能。在理解SCN之前,我们先看下oracle事务中的数据变化是如何写入数据文件的:1、事务开始;2、在buffer cache中找到需要的数据块,如果没有找
2014-08-21 15:38:39
447
原创 B*Tree index & bitmap index
一. B*Tree index1. The structure of B*Tree index
2014-08-05 12:56:11
458
原创 DDL and Schema Objects
1. Tables,Views,Synonyms,Indexes,Sequences.Tables: basically store data in row segmented by column
2014-08-04 11:01:48
469
原创 OCP exam notes
1. Oracle database memory structure2. Oracle database Process s
2014-07-18 14:07:33
460
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人