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$相关对象迁移到其他表空间,从而避 ...
随机推荐
- mysql中判断记录是否存在方法
以下这个方法是我推荐的. sql语句:select 1 from tablename where col = col limit 1; 然后读取语句执行所影响的行数. 当然这里limit 1很重要.这 ...
- Elasticsearch之CURL命令的GET
这是个查询命令. 前期博客 Elasticsearch之CURL命令的PUT和POST对比 1. 以上是根据员工id查询. 即在任意的查询字符串中添加pretty参数,es可以得到易于我们识别的jso ...
- Glide4.0 centerCrop属性和圆角 冲突
首先致谢:https://blog.csdn.net/flyinbed_/article/details/75506062 咱们不是代码的生产者,只是代码的搬运工. 最近有个工作中有个需求就是展示的图 ...
- 背包系列 hdu3449 有依赖背包
这道题真正困扰了笔者3,4天,冥思苦想几日无果之后,只能去找大牛的解法.结合网上的大牛解法与自己的理解,笔者终于解决了这个坑了,在此小庆幸一下. 原题如下: Consumer Time Limit: ...
- JS——try catch throw
本例检测输入变量的值.如果值是错误的,会抛出一个异常(错误).catch 会捕捉到这个错误,并显示一段自定义的错误消息: <script> function myFunction() { ...
- Google开源技术protobuf
1.protobuf简介 protobuf是google提供的一个开源序列化框架,类似于XML,JSON这样的数据表示语言,其最大的特点是基于二进制,因此比传统的XML表示高效短小得多.虽然是二进制数 ...
- 設置VS2015
減少VsHub的資源占用 VsHub在某些環境下會挂,原因見這個帖子 其作用簡述如下: First, the service that detects and auto-updates extensi ...
- 离线安装Selenium
https://blog.csdn.net/poem_ruru/article/details/79032140
- Eclipse安装egit Github教程
网址:http://download.eclipse.org/egit/updates 教程: http://jingyan.baidu.com/article/4853e1e529483c1909f ...
- day06-数字类型、字符串类型内置方法
目录 数字类型内置方法 字符串类型内置方法 有序 or 无序 可变 or 不可变 数字类型内置方法 1. int()强制类型转化成整型 age_str = '18' # 定义字符串 age = int ...