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. HDU4340 Capturing a country DP

    自己原来写的两个维度的DP有错,看了半天这个大牛的blog.http://blog.csdn.net/cyberzhg/article/details/7840922 题意:A军队和B军队要一起占领一 ...

  2. ex41习题 41: 来自 Percal 25 号行星的哥顿人(Gothons)

    ex41习题 41: 来自 Percal 25 号行星的哥顿人(Gothons) 学习到本题卡住了,遇到一点费解的地方,mark一下.本题主要是介绍函数在字典这种数据类型中的应用,本实验在python ...

  3. 开始玩qt,使用代码修改设计模式生成的菜单

    之前制作菜单时,不是纯代码便是用设计模式 直接图形化完成. 今天我就是想用代码修改已经存在的菜单项,如果是用代码生成的可以直接调用指针完成: 但通过设计模式完成的没有暴露指针给我,至少我没发现. 在几 ...

  4. drupal 8——打补丁(patch)

    druapl 的核心可能会有漏洞,这时就需要我们去打补丁.很多补丁都已经有人写好了,我这里讲的就是如何去打这些已经写好的补丁. 对于这个问题:drupal8 核心有bug导致了两个相同的错误提示的出现 ...

  5. [Android]异常7-Error:Configuration with name 'default' not found.

    背景:使用SVN更新代码,运行出现 异常原因: 可能一>缺少Modules 解决办法有: 解决一>Android Studio切换为Project,settings.gradle中引用和现 ...

  6. 图解TCP/IP笔记(2)——数据链路

    [转载请注明]https://www.cnblogs.com/igoslly/p/9396066.html ——终端节点之间的包传递 MAC寻址(物理寻址).介质共享.非公有网络.分组交换.环路检测. ...

  7. 编写高质量的js之恰当选用if和switch

    switch结构中存在很多限制,存在这些限制的主要目的是提高多重分支结构的执行效率.因此,如果能够使用switch结构,就不要选择if结构. 无论是使用if结构,还是使用switch结构,应该确保下面 ...

  8. JS——switch case

    语法: switch(n) { case 1: 执行代码块 1 break; case 2: 执行代码块 2 break; default: n 与 case 1 和 case 2 不同时执行的代码 ...

  9. Linux内存压力测试-memtester工具

    *:first-child { margin-top: 0 !important; } body>*:last-child { margin-bottom: 0 !important; } /* ...

  10. 使用CSS3实现表格隔行/隔列变色

    <!DOCTYPE html><html><head> <meta charset="utf-8" /> <title> ...