How Not to Build an Oracle Application - PowerPoint PPT Presentation

About This Presentation
Title:

How Not to Build an Oracle Application

Description:

(Top Ten List of Things NOT to DO) Kerry Osborne Senior Oracle Guy Blog: kerryosborne.oracle-guy.com Who am I? I added this because everyone else had one! – PowerPoint PPT presentation

Number of Views:145
Avg rating:3.0/5.0
Slides: 15
Provided by: KerryO7
Category:

less

Transcript and Presenter's Notes

Title: How Not to Build an Oracle Application


1
  • How Not to Build an Oracle Application
  • (Top Ten List of Things NOT to DO)
  • Kerry Osborne
  • Senior Oracle Guy
  • Blog kerryosborne.oracle-guy.com

2
Who am I?
  • I added this slide because everyone else had one!
  • Started working with Oracle in 1983
  • Developer and DBA and Trainer
  • Became a consultant around 1987
  • Started a little company, grew it, shrunk it,
    sold it
  • Started another little company
  • Never worked directly for Oracle
  • Not certified in anything
  • Dont even know what the Oak Table is?

3
Basis for this talk?
  • My Totally Unscientific Survey
  • Hundreds of Oracle projects
  • Hundreds of Oracle professionals
  • Selective memory (I dont remember all of them)
  • You can observe a lot just by watching. Yogi
    Berra

4
Top 10 List - Things Not To Do
  • 1. Hire Developers that Dont Know SQL
  • Get good XYZ programmers let the DBAs tune the
    SQL

5
Top 10 List - Things Not To Do
  • 2. Write a db access layer to isolate the
    developers
  • Now your in the tool business!

6
Top 10 List - Things Not To Do
  • 3. Generate a new session for every sql statement
  • 10,000 traces in a single batch window

7
Top 10 List - Things Not To Do
  • 4. Issue a commit after every statement
  • (even better do it more often than that)
  • JDBC, ODBC have a built in option to commit
    after each statement autocommit
  • Log File Sync turned out to be the number one
    event at one client

8
Top 10 List - Things Not To Do
  • 5. Dont allow Cost Based Optimizer to do its
    job
  • Use Rule Based
  • Hint everything
  • Use bad statistics

9
Top 10 List - Things Not To Do
  • 6. Use an unpopular tool/language
  • Get one that no one has experience with
  • Or better yet, write your own

10
Top 10 List - Things Not To Do
  • 7. Dont use tools you already own
  • Spend a lot of money on a sexy tool
  • Spend a lot of time learning how to use it
  • Use it for everything

11
Top 10 List - Things Not To Do
  • 8. If it isnt fast enough, throw hardware at it
  • I suggest starting with disk
  • Then CPUs
  • Then memory

12
Top 10 List - Things Not To Do
  • 9. Dont Worry About Concurrency
  • Oracle is really good at it
  • So why should you worry

13
Top 10 List - Things Not To Do
  • 10. Do everything one row at a time
  • Why do something once
  • When you can do it 100 times

14
Questions?
Kerry.Osborne_at_enkitec.com
Write a Comment
User Comments (0)
About PowerShow.com