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. ckeditor 工具栏的配置

    config.toolbar =    [       ['Undo','Redo'],            ['Font','FontSize'],            ['Bold','Ita ...

  2. Python 如何在csv中定位非数字和字母的符号

    在数据清洗过程中,有时不仅希望去掉脏数据,更希望定位脏数据的位置,例如从csv里面定位非数字和字母单元格的位置,在使用isdigit().isalpha().isalnum()时无法判断浮点数,会将浮 ...

  3. tp5.0分页样式调控

    基础的分页调用 /** * 控制器部分代码 */ //实例化模型 $areasModel=new Areas(); //分页数据集 $listarea=$areasModel->paginate ...

  4. python中struct.pack()函数和struct.unpack()函数

    python中的struct主要是用来处理C结构数据的,读入时先转换为Python的字符串类型,然后再转换为Python的结构化类型,比如元组(tuple)啥的~.一般输入的渠道来源于文件或者网络的二 ...

  5. #2028 Lowest Common Multiple Plus

    http://acm.hdu.edu.cn/showproblem.php?pid=2028 应该是比较简单的一道题啊...求输入的数的最小公倍数. 先用百度来的(老师教的已经不知道跑哪去了)辗转相除 ...

  6. Java 基础入门随笔(2) JavaSE版——关键字、进制转换、类型转换

    1.Java语言-关键字 关键字:被java语言赋予了特殊含义的词,特点是所有的字母都为小写. java涉及到的关键字整理: 用于定义数据类型的关键字 class interface byte sho ...

  7. 比较简单的替换配置文件的shell脚本

    作为测试,日常更新部署测试版本,修改配置文件是每天必不可少的一个工作.特别是如果需要更改的配置文件存在于多个文件里,更是繁琐不堪. 找了一下Linux shell脚本里有个sed 命令可以实现这个需求 ...

  8. Python常用的标准库及第三方库

    标准库Python拥有一个强大的标准库.Python语言的核心只包含数字.字符串.列表.字典.文件等常见类型和函数,而由Python标准库提供了系统管理.网络通信.文本处理.数据库接口.图形系统.XM ...

  9. 5.C#编写Redis访问类

    那么通过前面几篇博文,服务端的安装和配置应该没什么问题了,接下来的问题是如何通过代码来访问Redis. 这里我们使用的库为: StackExchange.Redis GitHub:https://gi ...

  10. (转)Java任务调度框架Quartz入门教程指南(二) 使用job、trigger、schedule调用定时任务

    http://blog.csdn.net/zixiao217/article/details/53044890 读完第一节,我们已经对Quartz有了一个大体的认识,它可以定时帮我们执行一些处理程序, ...