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 transactionSGAlibrary cacheREDOindexIOT, 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 相关站点的更多相关文章

  1. Oracle 性能相关常用脚本(SQL)

    在缺乏的可视化工具来监控数据库性能的情形下,常用的脚本就派上用场了,下面提供几个关于Oracle性能相关的脚本供大家参考.以下脚本均在Oracle 10g测试通过,Oracle 11g可能要做相应调整 ...

  2. Oracle权限相关查询

    Oracle权限相关查询着实视图有点多,记录下常用的语句,方便查询:1.查看所有用户:  select * from dba_users;  select * from all_users;  sel ...

  3. Oracle数据库相关问题之ORA-12541:TNS:无监听程序

    在用PL/SQL Developer等客户端工具连接oracle服务器时出现ORA-12541:TNS:无监听程序的错误,如下图: 发现原来是oracle的监听没有启动,重启监听后就连接成功了,下面跟 ...

  4. oracle数据库相关知识点

    已知表如下:

  5. oracle表相关

    堆表 数据以堆的形式管理,增加数据时会使用段中找到的第一个能放下数据的自由空间,我们见到的绝大部分的表都是堆表.堆表是数据库的默认表类型. 最简单的情况是 create table test (c1 ...

  6. 2014/08/23——OJ及相关站点打开速度非常慢,训练计划login直接error!

    问题: 这个问题存在已经将近一个星期了.刚開始时发现OJ及相关的站点有时候打开有点慢,那时候也没在意,后来时快时慢的越来越频繁:今天早上直接一直都打开非常慢(无论什么时候.这样的情况);训练计划和做题 ...

  7. Oracle ASM 相关的 视图(V$) 和 数据字典(X$)

    本文转自: http://blog.csdn.net/tianlesoftware/article/details/6733039 ASM由于其高度的封装性,使得我们很难知道窥探其内部的原理.可以通过 ...

  8. Oracle 数据库维护相关

    版本升级 在维护数据库升级的过程中,会产生n个脚本.谈谈我所处的项目背景,项目数据库最早版本假定为1,最后在多次维护后,版本号,可能变更为16.那么针对项目上不同的数据库版本,如何来进行升级呢? 我使 ...

  9. Oracle审计相关对象的迁移

    目录 创建审计用的表空间 在线迁移 查询结果 在日常的数据库维护中,经常出现因为数据库登录审计的功能启动,导致system表空间被用满.从而出现异常,一般建议把aud$相关对象迁移到其他表空间,从而避 ...

随机推荐

  1. php的session

    来源:http://blog.163.com/lgh_2002/blog/static/4401752620105246517509/ http协议是WEB服务器与客户 端(浏览器)相互通信的协议,它 ...

  2. Sqoop架构(四)

    Sqoop 架构是非常简单的,它主要由三个部分组成:Sqoop client.HDFS/HBase/Hive.Database. 下面是Sqoop 的架构图 (1)用户向 Sqoop 发起一个命令之后 ...

  3. Contact

    UF3000: 1.wafer进去prober后,默认probercard不会跟chuck上的wafer接触. 2.通过prober界面上的按钮向上移动,使得prober card和wafer的距离为 ...

  4. Leetcode0006--ZigZag Conversion

    [转载请注明]https://www.cnblogs.com/igoslly/p/9017638.html 来看一下题目: The string "PAYPALISHIRING" ...

  5. Android项目实战_手机安全卫士软件管家

    ###1.应用程序信息的flags 1. int flags = packageInfo.applicationInfo.flags2. 0000 0000 0000 0000 0000 0000 0 ...

  6. CSS——background

    背景经常用到以下属性: background-color: aliceblue; background-image: url('2017102601.png'); background-positio ...

  7. c#遍历注册表

    --来自 https://blog.csdn.net/wenchangren/article/details/751863using System; using Microsoft.Win32; us ...

  8. .net 程序集加载,版本不匹配的解决方法

    经常有些时候,A.dll引用的是Microsoft.EntityFrameworkCore.dll version=1.0.0.0 publicKeyToken="adb9793829dda ...

  9. CAD动态绘制带面积周长的圆(com接口)

    CAD绘制图像的过程中,画圆的情况是非常常见的,用户可以在控件视区点取任意一点做为圆心,再动态点取半径绘制圆. 主要用到函数说明: _DMxDrawX::DrawCircle 绘制一个圆.详细说明如下 ...

  10. java关于工作,跳槽之总结

    关于工作中: 如何展示自己项目中的亮点,技术或者难点: 总结我的经历和技术倒是可以,但是我做的项目和我会的技术都很平庸,实在找不到亮点怎么办? 如果知道了你没有亮点,也就是知道了你自己欠缺什么,那么下 ...