Oracle Internals 相关站点
http://oracle-internals.com/blog/links/
http://coll15.mapyourshow.com/6_0/sessions/session-details.cfm?ScheduleID=5410
Links
I’ve compiled a list of links to sites containing Oracle-related information.
Internals-Related Links
The following links are related to other consultants and engineers who focus on Oracle Internals research:
- Tanel Põder
Tanel is an Oracle Certified Master and OakTable member with 10 years of experience managing and improving Oracle-based database and application environments, troubleshooting, tuning, also delivering training classes for Oracle Education and partners. Currently he is particularly focused on researching Oracle 11g internals. His site contains several detailed presentations as well as several useful scripts and utilities. - Julian Dyke
Julian is an England-based independent consultant who specializes in Oracle databases and is an OakTable member. On his site, you’ll find several fairly detailed and well-written presentations regarding transaction, SGA, library cache, REDO, index, IOT, and RAC internals. - Jonathan Lewis
Jonathan is a UK-based independent consultant with 15 years of Oracle experience. Beyond specializing in independent design and troubleshooting, he is also the author of several books; his latest being Cost-Based Oracle Fundamentals.
Security-Related Links
The following links are related to other consultants and engineers who focus on Oracle Internals research:
- David Litchfield
David is an Oracle database security expert. In addition to having written two quite detailed books on the subject, the Database Hacker’s Handbook and the Oracle Hacker’s Handbook, he provides consulting services through Next Generation Security Software. - Pete Finnigan
Pete is a database security consultant and founder of PeteFinnigan.com Limited, a UK-based company specializing in providing Oracle database security audits and Oracle database security training. His site contains several useful utilities (both free and commercial), as well as many detailed articles, presentations, and documents related to Oracle security. One of his most popular presentations seems to be How to unwrap Oracle PL/SQL.
DBA-Related Links
The following links are related to other consultants and engineers who focus on Oracle Internals research:
- AskTom
Tom Kyte, Vice President of Core Technologies at Oracle, provides a detailed Q&A forum for generally advanced questions. Tom also has a personal blog. - Jonathan Gennick
Whether you’ve read one of Jonathan’s books or one of his many articles in Oracle Magazine… - The Oracle FAQ
The Oracle FAQ puts a wealth of information at the fingertips of Oracle professionals all over the world.
Performance-Related Links
The following links are related to other consultants and engineers who focus on Oracle Internals research:
- Kyle Hailey / Performance Vision
It’s hard to research Oracle performance without running across one of Kyle’s papers, articles, or examples. Kyle is a well-established and world-recognized Oracle performance and tuning professional. - Greg Rahn
When it comes to performance and scalability, Greg takes a coherent, applied, and example-filled approach to illustrating Oracle features as well as performance issues and their solutions. - Kevin Closson
Kevin’s blog is a must-read for anyone interested in databases and systems architecture. Kevin easily describes the complex interaction and bottlenecks often found between software, hardware, and storage systems. - Hotsos
Simply stated, the Hotsos response time profiling method makes trial-and-error tuning obsolete. By providing clients with our Performance Suite of solutions, as well as offering training, consulting services and technical support, Hotsos will improve your Oracle-based business performance, even if the system has already been “professionally” tuned.
Oracle Internals 相关站点的更多相关文章
- Oracle 性能相关常用脚本(SQL)
在缺乏的可视化工具来监控数据库性能的情形下,常用的脚本就派上用场了,下面提供几个关于Oracle性能相关的脚本供大家参考.以下脚本均在Oracle 10g测试通过,Oracle 11g可能要做相应调整 ...
- Oracle权限相关查询
Oracle权限相关查询着实视图有点多,记录下常用的语句,方便查询:1.查看所有用户: select * from dba_users; select * from all_users; sel ...
- Oracle数据库相关问题之ORA-12541:TNS:无监听程序
在用PL/SQL Developer等客户端工具连接oracle服务器时出现ORA-12541:TNS:无监听程序的错误,如下图: 发现原来是oracle的监听没有启动,重启监听后就连接成功了,下面跟 ...
- oracle数据库相关知识点
已知表如下:
- oracle表相关
堆表 数据以堆的形式管理,增加数据时会使用段中找到的第一个能放下数据的自由空间,我们见到的绝大部分的表都是堆表.堆表是数据库的默认表类型. 最简单的情况是 create table test (c1 ...
- 2014/08/23——OJ及相关站点打开速度非常慢,训练计划login直接error!
问题: 这个问题存在已经将近一个星期了.刚開始时发现OJ及相关的站点有时候打开有点慢,那时候也没在意,后来时快时慢的越来越频繁:今天早上直接一直都打开非常慢(无论什么时候.这样的情况);训练计划和做题 ...
- Oracle ASM 相关的 视图(V$) 和 数据字典(X$)
本文转自: http://blog.csdn.net/tianlesoftware/article/details/6733039 ASM由于其高度的封装性,使得我们很难知道窥探其内部的原理.可以通过 ...
- Oracle 数据库维护相关
版本升级 在维护数据库升级的过程中,会产生n个脚本.谈谈我所处的项目背景,项目数据库最早版本假定为1,最后在多次维护后,版本号,可能变更为16.那么针对项目上不同的数据库版本,如何来进行升级呢? 我使 ...
- Oracle审计相关对象的迁移
目录 创建审计用的表空间 在线迁移 查询结果 在日常的数据库维护中,经常出现因为数据库登录审计的功能启动,导致system表空间被用满.从而出现异常,一般建议把aud$相关对象迁移到其他表空间,从而避 ...
随机推荐
- 使用内存流导出Excel
public MemoryStream MemoryStreamDeiveFlowInfoaging(DataTable Table) { Dictionary<int , string> ...
- [Swift通天遁地]七、数据与安全-(8)创建普通PDF文档和加密PDF文档
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★➤微信公众号:山青咏芝(shanqingyongzhi)➤博客园地址:山青咏芝(https://www.cnblogs. ...
- IOS上微信在输入框弹出键盘后,页面不恢复,下方有留白,有弹窗弹出时页面内容感应区域错位
问题说明: ios中,键盘的弹起,页面会往上挪动,使输入框展示在页面中间,键盘隐藏页面会下挪恢复原状. 在微信移动端,ios页面不恢复,下方有留白. 收起键盘的瞬间,如果有弹窗弹出,此时时页面内容应区 ...
- vue2.0 引入font-awesome
网上的大部分教程复杂而且难看懂,其实两步就能搞定. 先cnpm install font-awesome --save引入依赖 然后在main.js引入 font-awesome/css/font-a ...
- php 静态属性和静态变量
- python自动化测试学习笔记-2-列表
上次我们学习了python的基本概念,了解了python的变量及数据类型,并实战了条件判断,for/while循环,字符串输出,格式化输出的一些基本用法,接下来我们继续学习其他的一些数据类型. pyt ...
- .net MVC成长记录(一)
今天第一次写博客,之前从学校出来,学了ASP.NET, 现在第一份工作接触的是MVC,在此便记录和分享一下学习MVC的过程,希望能和大家多一些交流.言归正传,首先给大家介绍一下MVC的基础知识. MV ...
- 如何修改wampserver中mysql中字符编码的解决方案
因为我用的一般都是utf8,所以有必要改一下: 打开mysql控制台,输入密码登录之后,执行命令: show variables like ‘%char%’; 注意引号的中英文格式以及最后面的分号不要 ...
- Angular——数据绑定
基本介绍 angularjs可以实现数据的双向绑定:(1)视图到模型的数据绑定,(2)模型到数据的绑定 基本使用 1.ng-model可以实现视图到模型的数据传输 2.{{name}}可以实现模型到视 ...
- JS——html基本结构
document.title——文档标题 document.head——文档头标签 document.body——文档的主体 document.documentElement 表示整个文档的html标 ...