Maggie Nelson

Primary sources

by maggie on Jul.19, 2007, under entry

While there are many Oracle-related blogs, articles, updates and random musings available on the Interweb, I keep coming back and back again to three sources.
1. Oracle Docs – everything you ever needed to know about Oracle is here. And by everything, I do truly mean everything. This is a very powerful tool, but great in size as well and as such, sometimes difficult to sift through.
2. Ask Tom – Tom Kyte has been using Oracle since 1988 and has been working for Oracle since 1993. This site is where you can ask Tom to provide answers to common questions and solutions to common problems you may encounter as a database developer. It is basically a place to turn the theory of Oracle Docs into practice.
3. The Art of SQL by Stephane Faroult with Peter Robson. Oracle documentation teaches you the skills to interact with Oracle and Tom Kyte teaches you how to interact with it wisely. This book takes the knowledge and skills you already have and makes you consider them in situations you encounter in real life.
Writing queries is not only about getting the data that you need. It is also about getting ONLY the data you need, making sure the data can be returned to you fast and that you can do so regardless of how large is the set of data you are querying. (And many others things – read the book to find out more!)
It is written beautifully and sometimes you will find yourself shamelessly using quotes from it, such as:

“denormalization advocates often suggest it at an early stage in the hunt for “performance” – and in fact often at a point in the development cycle when better design (or learning how to use joins) is still an option.”

No comments for this entry yet...

Comments are closed.

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!

Tags

RSS Planet PHP

  • Module Bootstraps in Zend Framework: Do's and Don'ts
    I see a number of questions regularly about module bootstraps in Zend Framework, and decided it was time to write a post about them finally. In Zend Framework 1.8.0, we added Zend_Application, which is intended to (a) formalize the bootstrapping process, and (b) make it re-usable. One aspect of it was to allow bootstrapping of individ […]
    Matthew Weier O'Phinney
  • Webinar - New in Zend Framework 1.10!
    Zend Framework 1.10 sports a ton of new features, as well as completely revamped online documentation. In this webinar, Matthew Weier O’Phinney, Framework Project Lead, and Ralph Schindler, Zend Framework Software Engineer, will present a synopsis of the new features, discuss the new online documentation system and how it’s built, and answer your questions a […]
    Zend Developer Zone
  • ConFoo PHP 5.3 == Awesome! Slides
    Finally managed to upload my slides from my ConFoo PHP 5.3 == Awesome! talk. Slides Thanks for all the attendees, especially those who asked questions […]
    Ilia Alshanetsky
  • ConFoo PHP 5.3 == Awesome! Slides
    Finally managed to upload my slides from my ConFoo PHP 5.3 == Awesome! talk. Slides Thanks for all the attendees, especially those who asked questions […]
    Ilia Alshanetsky
  • Slides from my Confoo.ca talk now online
    I’ve just uploaded the slides from my confoo.ca talk “Making software management tools work for you”. You can download the slides from here. Thanks again to everyone who attended! Please give me feedback on joind.in. […]
    John Mertic