• Email
  • Like
  • Save
  • Private Content
  • Embed
 

Performance Instrumentation for PL/SQL: When, Why, How

by on Nov 01, 2008

  • 5,220 views

Performance instrumentation is a little extra code that developers put into their PL/SQL applications that tells everyone—owners, users, system managers, and the software developers ...

Performance instrumentation is a little extra code that developers put into their PL/SQL applications that tells everyone—owners, users, system managers, and the software developers themselves—exactly where your software is spending your time. With it, managing performance is a snap. Good instrumentation makes it so normal people, not just specialists, can diagnose and solve performance problems quickly and permanently, often before your users even sense something is wrong. However, without good time-based performance instrumentation, managing performance becomes nightmarishly complex and expensive.

With as little as two lines of code you will be able to monitor specific tasks in your application and make one of the most difficult steps of implementing response-time based problem diagnosis (Method R) into one of the easiest. In addition, these techniques will enable you to correlate database statistics back to business tasks and help discover those tasks that are heavy resource consumers. This presentation will provide examples of how to perform the instrumentation using Oracle's built-in packages and a free open source instrumentation package called the Instrumentation Library for Oracle (ILO). Its cost on every level is free, and the significant collateral benefits that can be achieved will make code instrumentation part of your coding standards.

Accessibility

Categories

Upload Details

Uploaded via SlideShare as Microsoft PowerPoint

Usage Rights

© All Rights Reserved

Flagged as inappropriate Flag as inappropriate
Flag as inappropriate

Select your reason for flagging this presentation as inappropriate. If needed, use the feedback form to let us know more details.

Cancel

4 Embeds 105

http://karenmorton.blogspot.com 77
http://www.slideshare.net 22
https://wiki.ordina.nl 4
http://www.linkedin.com 2

Statistics

Likes
5
Downloads
315
Comments
0
Embed Views
105
Views on SlideShare
5,115
Total Views
5,220
Post Comment
Edit your comment

Performance Instrumentation for PL/SQL: When, Why, How Performance Instrumentation for PL/SQL: When, Why, How Presentation Transcript